[Gsoap2-develop] How to have local time in log files in win32 platform?
Development toolkit for Web Services and XML data bindings for C & C++
Brought to you by:
engelen
From: james.yip <jam...@xm...> - 2003-05-09 06:42:56
|
Hi, I want to get localtime in REV.log and i had modifed the following in = stdsoap2.h #elif defined(WIN32) #define SOAP_LONG_FORMAT "%I64d" #define SOAP_ULONG_FORMAT "%I64u" #define HAVE_SYS_TIMEB_H #define HAVE_FTIME #define HAVE_LOCALTIME_R but it does not work. Can i have the expected result from the about method? Thanks You best regards James |