Does anybody know the status of this bug (KB322621)?
We're running on XP Pro (all critical updates applied); compiling with VC++
.NET 2003 (our customers will be running on a variety of computers).
I'm deciding if I should abandon CArchive in its entirety and just roll my
own.
Jeff F - 23 Jun 2005 19:09 GMT
Matt,
> I'm deciding if I should abandon CArchive in its entirety and just roll my
> own.
Before rolling your own see:
http://www.boost.org/libs/serialization/doc/index.html
Jeff Flin