Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Anthony Williams wrote: > like __time64_t? Just about every function X that uses time_t has a > function _X64 which uses __time64_t in the Windows CRT (win98 onwards). > There's no simple #define to make it use 64bit time_t by default, though. I stuck the time64_t in the VS.NET builds with a frankly ugly set of #defines for each function... VC6 of course will never support this. Tony