[serialization]-- boost integrated with MFC Doc/View?

I am looking at boost serialization and it looks very good. Has anyone tried to integrate boost serialization with MFC Doc/View CArchive serialization? I would be interested to hear how you did it. Can a CArchive be turned into a istream or ostream that could be used? thanks

I believe this is possible - I may even have done it - I don't remember.
The easiest way is to avoid MFC serializaton altogehter by implementing your own FileSave, etc functions.
Robert Ramey
"Rich Peters"
participants (2)
-
Rich Peters
-
Robert Ramey