
21 Feb
2008
21 Feb
'08
9:51 a.m.
David Hartman wrote:
I'm compiling and linking using VC++ 9.0, and using Boost libraries built with VC++ 8.0.
Don't do that. There are no ABI compatibility guarantees across VC compiler versions for C++ code.
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.
You need to recompile for vc9. / Johan