
21 Feb
2008
21 Feb
'08
4:45 a.m.
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.