RE: [boost] Re: Non-intrusive serialization with VC2003 (7.1)

-----Original Message----- From: Robert Ramey [mailto:ramey@rrsd.com] Sent: 18 May 2005 16:54 To: boost@lists.boost.org Subject: [boost] Re: Non-intrusive serialization with VC2003 (7.1)
By extensive error trace I mean the whole chain of instantiations with lines like "instanciated from" ... Sometimes this chain is dozens of lines long. Its the compile-time version of a call stack. This can be used to trace back through the chain of calls to determine which one didn't work as expected.
How do I access this trace? I've never seen such a thing.
Robert Ramey
Perhaps I don't know enough about VC 7.1, but what extensive error trace?
c:\new_boost\boost\boost\serialization\access.hpp(107): error C2039: 'serialize'
is not a member of 'Jrs::SmartPtr<T>' with [ T=D2::Message ]
is all that I get. I can't begin to imagine how I would go about diagnosing the cause of the error.

When you compile, when errors appear, they will end up in a "Tasks" pane / tab. Click on the output tab near that and you will see it. Jason On 19 Me 2005, at 09:57, Marcin Tustin wrote:
-----Original Message----- From: Robert Ramey [mailto:ramey@rrsd.com] Sent: 18 May 2005 16:54 To: boost@lists.boost.org Subject: [boost] Re: Non-intrusive serialization with VC2003 (7.1)
By extensive error trace I mean the whole chain of instantiations with lines like "instanciated from" ... Sometimes this chain is dozens of lines long. Its the compile-time version of a call stack. This can be used to trace back through the chain of calls to determine which one didn't work as expected.
How do I access this trace? I've never seen such a thing.
Robert Ramey
Perhaps I don't know enough about VC 7.1, but what extensive error trace?
c:\new_boost\boost\boost\serialization\access.hpp(107): error C2039: 'serialize'
is not a member of 'Jrs::SmartPtr<T>' with [ T=D2::Message ]
is all that I get. I can't begin to imagine how I would go about diagnosing the cause of the error.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Jason Earl
-
Marcin Tustin