Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check if dll is registered.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00691258
Message ID:
00691679
Vues:
19
Use this funtion:
FUNCTION IsRegistered
LPARAMETERS cDll, cClass

 LOCAL lRetVal cSaveErr, lError, oDll

 cSaveErr = ON("ERROR")
 cString = cDll + "." + cClass

 ON ERROR lError = .T.
 oDll = CREATEOBJECT(&cString) 
 ON ERROR &cSaveErr

 lRetVal NOT lError


RETURN lRetVal
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform