> I'm newish to C++ and very new to boost.
> 
> I've just tried to build the object library for regex
> in Borland Builder 5 Pro on Windows XP.  I ran the make
> on bcb5, got no errors at that stage, but when I try to compile
> my app within the Builder IDE I get a fatal linker error:
> Cannot load BOOST_REGEX_BCB5_MDI.LIB.  Any ideas?

Sounds like you didn't install the libraries with:

make -fbcb5.mak install

Regards,

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

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to