Reading VC++ CArchive Binary Format (or Java reading (CObArray))

后端 未结 2 1598
梦毁少年i
梦毁少年i 2021-01-21 08:53

Is there any clear documentation on the binary formats used to serialize the various MFC data structures? I\'ve been able to view some of my own classes in a hex editor and use

相关标签:
2条回答
  • 2021-01-21 09:12

    Since MFC ships with source code I would create a test MFC application that serializes a CObArray and step through the serialization code. This should give you all the information you need.

    0 讨论(0)
  • 2021-01-21 09:13

    I agree with jmatthias: use the MFC source code.

    There's also this page on MSDN that may be useful.

    0 讨论(0)
提交回复
热议问题