Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot Find Entrypoint....
Message
From
25/03/2003 11:37:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Cannot Find Entrypoint....
Miscellaneous
Thread ID:
00769757
Message ID:
00769757
Views:
46
I was playing with the GetLocalTime Api function from Kernel32.
If I
DECLARE long GetLocalTime IN WIN32API string @lcLocTime
I get an error message immediately of:

Cannot find entry point GetLocalTime in the DLL

If I instead
DECLARE long GetLocalTime IN KERNEL32 string @lcLocTime
I get that same error message when I use it via GetLocalTime(@lcLocTime).

I've checked the case of the function call, and it appears to be ok.

This works perfectly if I do it in VB6, so it can't be the Kernel32 dll that is at fault.

Any ideas?

Thanks

Alan
Next
Reply
Map
View

Click here to load this message in the networking platform