1 Apr
2002
1 Apr
'02
11:08 a.m.
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