Boost logo

Boost Users :

From: gchen (chengang31_at_[hidden])
Date: 2008-02-20 23:45:35


David Hartman wrote:
> I'm compiling and linking using VC++ 9.0, and using Boost libraries built
> with VC++ 8.0. Unresolved external link errors are returned. Has anyone
> else had this problem? I'm going to build the Boost libraries using VC++
> 9.0, for use with VC++ 9.0, but I was wondering if anyone else has tried to
> migrate to VC++ 9.0, and how they handled it.
>

I had the same problem before, my guess is that the C++ name
mangling has be changed between VC9 and VC8. So I recompiled
all the libraries with VC9 to solve it.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net