CTime 32 bit/64 bit
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Porting an MFC app from VS6 to VS2005 gives a CTime problem: we have binary historic files in which CTime is stored as 4 bytes, in VS2005 CTime is 8 bytes. I need to convert a 64bit CTime to 32bit CTime and vice versa. OR i need a 32bit CTime object. I now get errors like 'cannot convert from ATL::CTime to __time32_t or long etc. Ronald