"Mark Davenport" <[EMAIL PROTECTED]> wrote in message
000001c2d1a1$7fdee890$4198fc3e@brio">news:000001c2d1a1$7fdee890$4198fc3e@brio...
> Hello boost list
>
> 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?

This means that the linker is not finding finding BOOST_REGEX_BCB5_MDI.LIB
on your Library path ( Project | Options | Directories/Conditionals |
Library path ) or that your build didn't create an import library with this
name anywhere.



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

Reply via email to