Questions tagged [carchive]

32 questions
0
votes
1 answer

deserialize file created with mfc CArchive in java

i have a windows app based on mfc that saves its doc using the CArchive (MFC) serialization class i would like to load these files into my new andriod app but need some java code to understand the serialized data file format. once i pull it apart i…
steveh
  • 1,352
  • 2
  • 27
  • 41
0
votes
1 answer

Is it possible to read mfc serialized data into higher precision data types?

I'm working with legacy code in VS2010 and moved many data structures from using short and float to using int and double, respectively, to fix many compiler warnings. However, it seems like this broke the mfc serialization (CArchive), as I cannot…
Lars
  • 77
  • 2
  • 9
1 2
3