I installed Boost 1.32 in Windows with Visual Studio .NET 2003. I tested serialization provided in “vc7ide” project, it runs successfully. Of course, all test projects are “Console”, no MFC library involved. Then I used the same library in MFC project, the execution failed in function:

 

BOOST_SERIALIZATION_NVP(s)

 

From MSDN, it was said that Boost is supported in Visual Studio .NET 2003. I labored a week to upgrade our MFC project to Visual Studio .NET 2003 and it still has problem. Any idea? Thanks in advance.

 

 

Yan