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:
00714485
Vues:
14
I use WSH. I think it may be faster.
oShell = Createobject( "WScript.Shell")
lcfilenew = yourfilename.ocx/dll
lcRunCmd = "regsvr32 /s "+lcfilenew
nResult = oShell.Run( lcRunCmd, 0, .T.)
>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!!
Dr. Ken A. McGinnis
Healthcare software design
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform