boost.serialization 1.32 example execution fails in MFC project (Visual Studio .NET 2003)
From MSDN, it was said that Boost is supported in Visual Studio .NET
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) 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
Yan,
I extensively use boost 1.32 serialization in MFC projects with no problems. You'll need to provide more info on your problem: some code, exact error messages, etc.
So is Boost really mentioned in MSDN?
Jeff Flinn
PS. Please restrict your postings to plain text. Other wise it's difficult to avoid top posting.
"Yan Zhang"
a quick search shows they have an article by Beman about Boost:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechar...
On 6/1/05, Jeff Flinn
Yan,
I extensively use boost 1.32 serialization in MFC projects with no problems. You'll need to provide more info on your problem: some code, exact error messages, etc.
So is Boost really mentioned in MSDN?
Jeff Flinn
PS. Please restrict your postings to plain text. Other wise it's difficult to avoid top posting.
"Yan Zhang"
wrote in message news:F96935FCB9C3D549B3B6CD8915811A2F0F746300@mail60nt.mitchell.com... 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
________________________________
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
how did it fail?
Robert Ramey
"Yan Zhang"
participants (4)
-
Jeff Flinn
-
Robert Ramey
-
Thomas Matelich
-
Yan Zhang