the procedure entry point getsystemtimes could not be located in the dynamic link library kernel32.dll
-
Hi all, i m using this function GetSystemTimes.and when i run my application on window 2000 server than this error comes the procedure entry point getsystemtimes could not be located in the dynamic link library kernel32. and application not failed to run. please help me for this.
-
Hi all, i m using this function GetSystemTimes.and when i run my application on window 2000 server than this error comes the procedure entry point getsystemtimes could not be located in the dynamic link library kernel32. and application not failed to run. please help me for this.
see the requirements for GetSystemTimes Function in msdn documentation. Minimum supported server is Windows Server 2003. The function won't be there with kernal32.dll of Windows server 2000.
-
see the requirements for GetSystemTimes Function in msdn documentation. Minimum supported server is Windows Server 2003. The function won't be there with kernal32.dll of Windows server 2000.
-
Use GetLocalTime [^]
Величие не Бога может быть недооценена.