Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SHOWWINDOW IN Win32API all of a sudden stops working
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01272627
Message ID:
01272628
Vues:
20
This message has been marked as the solution to the initial question of the thread.
>Hi all
>
>The following statement all of a sudden raises an error that entry point is not found. Is there a right way to use the API?
> DECLARE short SHOWWINDOW IN Win32API AS Win32ShowWindow ;
> INTEGER HWND, ;
> INTEGER nCmdShow
>
>
>Error: Cannot find entry point SHOWWINDOW in the DLL.

ShowWindow is case sensitive. Looks like Beautify gave you a christmas present
DECLARE integer ShowWindow IN Win32API AS Win32ShowWindow ;
		INTEGER HWND, ;
		INTEGER nCmdShow
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform