Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Registering a dll
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00714269
Message ID:
00714284
Vues:
17
>I was registering a .dll using regsvr32 called from foxpro with the RUN command , but is it possible to do it in a different way (without using the RUN command)? I mean is there a command to register dlls?
>thank you!!

A dll that registers via RegSvr32 contains two functions for registering and unregistering. They are: DllRegisterServer and DllUnregisterServer. Simply in VFP
DECLARE INTEGER DllRegisterServer IN < dll fully qualified file name>
lnresult = DllRegisterServer()
If it succeeds, the return value will be zero.
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