Boost logo

Boost :

From: Edward Diener (eddielee_at_[hidden])
Date: 2003-02-11 17:03:07


"Mark Davenport" <m.davenport_at_[hidden]> wrote in message
news:000001c2d1a1$7fdee890$4198fc3e_at_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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk