سؤال

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 can handle the data ok but don't really want to dissect CArchive created files myself. can anyone help, maybe a library out there somewhere?

هل كانت مفيدة؟

المحلول

See previous answers to this question (with respect to Ruby instead of Java) - Parsing CArchive (MFC classes) files in Ruby

Unfortunately, I think that you're going to have dissect it yourself.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top