[C++-sig] Re: Linking Problem, Boost and MSVC

David Abrahams dave at boost-consulting.com
Thu Jul 3 22:48:36 CEST 2003


John Janecek <jjanecek at telusplanet.net> writes:

> This is not very scientific, but when it comes to linking with MSVC
> I have discovered that you get unresolved linking errors unless all
> the libraries are not linked with the same "code generation".

Part of the reason for the Boost.Build system is to help ensure that
sort of thing is set up properly.

> Project, Settings, C++, Code Generation.  and then use run-time
> library.
>
> I set it to use Multithreaded-DLL.
>
> sometimes warnings still occur but it seems to work.
>
> I have been unable to get boost to compile using JAM files

What's the problem?

> so therefore i use the VC IDE like show in the tutorial.
>
> Also if anyone is intrested i wrapped jrtp library using boost.
>
> http://pyjrtplib.sourceforge.net/

What is it?

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com





More information about the Cplusplus-sig mailing list