Search found 3 matches
- Mon Jul 19, 2010 9:40 pm
- Forum: Windows
- Topic: Reading / writing file created by C++ MFC application
- Replies: 4
- Views: 6862
Re: Reading / writing file created by C++ MFC application
thanks for the replys, really helped! managed to get the decoding working, now im looking at the encoding side. Getting there slowly. I have another question. i need to encode a lat/long pair using...................... bits-32/1 (Longitude) In WGS.84 in two’s complement. Range -180 £ longitude < 18...
- Sat Jun 26, 2010 1:27 am
- Forum: Windows
- Topic: Reading / writing file created by C++ MFC application
- Replies: 4
- Views: 6862
Re: Reading / writing file created by C++ MFC application
Hi Klaus Thanks for your quick reply. MFC is Microsoft Foundation Class libraries. We use the CArchive class (part of mfc) to serialize the objects for the file. The applications are c++ MFC applications. I know the exact format of the files (there are several different types) all are unicode binary...
- Fri Jun 25, 2010 11:40 am
- Forum: Windows
- Topic: Reading / writing file created by C++ MFC application
- Replies: 4
- Views: 6862
Reading / writing file created by C++ MFC application
Hi folks, long time lurker first post here.
Does anyone have any experience of reading & writing a file created by another MFC application?
The application is placing arrays into a file.
Thanks
Does anyone have any experience of reading & writing a file created by another MFC application?
The application is placing arrays into a file.
Thanks