建一个普通 VCL FORM 64位 应用程序,没有任何代码,报编译出错,什么原因
[bcc32c Error] xlocinfo(185): no member named 'strftime' in namespace 'std'
inline size_t _Strftime(char *_Ptr, size_t _Count, const char *_Format,
const struct tm *_Ptime, void *)
{ // perform locale-specific strftime
return (_CSTD strftime(_Ptr, _Count, _Format, _Ptime));
}
如果用 win64 modern 编译,又出另一个错误
[bcc64x Error] __threading_support(55): no type named 'timespec' in the global namespace
typedef ::timespec __libcpp_timespec_t;
#endif // !defined(_LIBCPP_HAS_NO_THREADS)
↧