plog
plog copied to clipboard
Compile error on borland c++ builder 6
[C++ Error] Util.h(89): E2268 Call to undefined function 'localtime_s' [C++ Error] Util.h(102): E2268 Call to undefined function 'gmtime_s' [C++ Error] Util.h(160): E2268 Call to undefined function '_vscprintf' [C++ Error] Util.h(177): E2268 Call to undefined function '_vsnprintf_s' [C++ Error] Util.h(191): E2268 Call to undefined function '_vscwprintf' [C++ Error] Util.h(208): E2268 Call to undefined function '_vsnwprintf_s' [C++ Error] Record.h(41): E2285 Could not find a match for '_STL::operator << <_CharT,_Traits>(wostringstream,const wchar_t *)' [C++ Error] Record.h(83): E2109 Not an allowed type [C++ Error] Record.h(83): E2453 Size of the type 'T' is unknown or zero
localtime_s、gmtime_s is C11 function, borland c++ builder 6 not support
Hi @GithubAlanChao!
Why do you use borland c++ builder 6? It's a very old compiler.