Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot Find Entrypoint....
Message
De
25/03/2003 11:37:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Cannot Find Entrypoint....
Divers
Thread ID:
00769757
Message ID:
00769757
Vues:
45
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform