search for: _localtime64

Displaying 6 results from an estimated 6 matches for "_localtime64".

Did you mean: _localtime64_s
2004 Dec 14
1
[LLVMdev] __time_t type instead of __time64_t inwin32/TimeValue.cpp
Replace __time_t with time_t in my question. I've compiled function: std::string TimeValue::toString() const { // Alas, asctime is not re-entrant on Windows... //hb: __time64_t ourTime = this->toEpochTime(); time_t ourTime = this->toEpochTime(); //hb: char* buffer = ::asctime(::_localtime64(&ourTime)); char* buffer = ::asctime(::localtime(&ourTime)); std::string result(buffer); return result.substr(0,24); } without any complaints. Shouldn't it do with this, Jeff? Henrik. I'm not sure. Perhaps Jeff Cohen knows as he wrote this. Reid. On Tue, 2004-12-14 at...
2012 Feb 26
9
Music Collector
Hi @all, ...is it possible to make the cdrom functionalities get work on this program ??? I've got the same issues with foobar2000; i cannot open CDs !!! Music Collector installs fine under wine 1.4-rc2 and runs, but when i wanna add a cd to the collection it gives an error. the link: http://www.collectorz.com/music/ ...or is there an alternative for this great program under linux ???
2011 Oct 12
2
Error when trying to run DivX player
...:find_forwarded_export function not found for forward 'msvcrt._vswprintf' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead. err:module:find_forwarded_export function not found for forward 'msvcrt._localtime64' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead. err:module:find_forwarded_export function not found for forward 'msvcrt._time64' used by L"C:\\windows\\system32\\msvcr80.dll". If you...
2004 Dec 14
0
[LLVMdev] __time_t type instead of __time64_t in win32/TimeValue.cpp
I'm not sure. Perhaps Jeff Cohen knows as he wrote this. Reid. On Tue, 2004-12-14 at 11:51, Henrik Bach wrote: > Hi, > > Is it necessary to use the VC6.1+ `__time64_t' type instead of __time_t in > win32/TimeValue.cpp? > > --------------- > In file included from > c:/projects/src/llvm-1/llvm/lib/System/TimeValue.cpp:51: >
2004 Dec 14
2
[LLVMdev] __time_t type instead of __time64_t in win32/TimeValue.cpp
Hi, Is it necessary to use the VC6.1+ `__time64_t' type instead of __time_t in win32/TimeValue.cpp? --------------- In file included from c:/projects/src/llvm-1/llvm/lib/System/TimeValue.cpp:51: c:/projects/build/MinGW/llvm-1-1/lib/System/platform/TimeValue.cpp: In member function `std::string llvm::sys::TimeValue::toString() const':
2012 Dec 21
0
Wine release 1.5.20
...r's Eve. msvcrt: Reimplement _tzset function. msvcrt: Added _tzset tests. msvcrt: Fixed mktime and _mktime64 implementation. msvcrt: Fixed mkgmtime and _mkgmtime64 implementation. msvcrt: Improved input parameter range check in _gmtime64_s. msvcrt: Reorganize _localtime64 function. msvcrt: Fixed _localtime64 implementation. msvcrt: Fixed get_this_pointer implementation. msvcr100: Added fread_s implementation. msvcrt: Fixed floating point numbers printing when flags.Sign=' '. msvcr100: Added _sprintf_p implementation. msvcr...