Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check if dll is registered.
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00691258
Message ID:
00691679
Views:
18
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
Previous
Reply
Map
View

Click here to load this message in the networking platform