Boost logo

Boost Users :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-04-01 06:08:14


> Is there a define that will allow me to use the regex package without
> having to generate bcb5re300l.dll? Right now I need the .lib file to
> compile, and the .dll file to run.

Define both BOOST_REGEX_NO_LIB and BOOST_REGEX_STATIC_LINK when building
your app, build the regex source as a static lib using the same defines and
settings as your app and add it to your apps dependencies.

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net