Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Register VFP DLL
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00455973
Message ID:
00455982
Vues:
38
>Hi,
>Is there a function to check if a VFP DLL is registered? And is there a alternate way to register a VFP DLL beside regsrv32 and setup routine?
>TIA.
>
>Wan

You can check the registry to see if its there. There are some registry reading functions in the Registry.Vcx class library of the Fox FOundation Classes (FFC).

To register, you can use the functions built in to the DLL.

Ex.
declare integer DllRegisterServer in MyVFPDll.dll
declare integer DllUnregisterServer in MyVFPDll.dll

if DllRegisterServer() = 0 && it worked
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform