Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shell.application not registered
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00228390
Message ID:
00228818
Vues:
13
>The error message is "OLE error code 0x80040154: Class not registered.
>
>Another interesting point:
>declare integer findwindow in win32api string cnull, string cwinname
>Fails as well

I don't think they're related. API function call registration is case sensitive in terms of the function name. The proper syntax would be:
DECLARE INTEGER FindWindow IN Win32API;
  STRING @cnull, STRING @cwinname
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform