All, I'm working on Windows Write (.wri) import, and it's working quite well. I was wondering if anyone else is working on this. The code needs cleaning up for before I release it, also it's command-line right now.
If anyone could help here it would be most appreciated -- also please let me know if I can't ask these sorts of questions: I'm looking for write.exe from Windows 3.1 and Windows 3.0 -- I only have the 3.11 version here, which only stores images as OLE objects and the 3.1 version can do this (that is, if my memory serves me correctly). I would like to test (and probably further develop) image support. From what I've read Windows 3.0 uses a slightly different format for Write files so I'd like to investigate that. Formatting, tabs, indentation work now. There is no OLE support and images are largely untested (simply because I only have one Write file with an image, see above). I'm simply outputting xml with fprintf (fout, "<?xml ..."); now; is this alright or should I do this differently? Sean
