Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Register the Cryptor dll
Message
De
31/01/2005 04:07:13
 
 
À
29/01/2005 12:25:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
00981988
Message ID:
00982180
Vues:
29
>>Hi All
>>
>>Is there a way to silently register the Cryptor dll from within VFP code? I can RUN REGSVR32 but is there a more elegant way?
>>
>>Thanks
>>
>>Jos
>
>
>Jos,
>
>I have not tried it, but maybe you can have a go at this.
>
>An ocx, dll is able to register itself. REGSVR32.exe is just a wrapper that calls the code in the dll you are registering.
>
>Hence,
>
>
>declare long DllRegisterServer IN cryptor.dll  && full path of the dll
>
>Success = empty( DllRegisterServer() )
>
>&& same for unregistering
>
>
>declare long DllUnregisterServer IN cryptor.dll  && full path of the dll
>
>Success = empty( DllUnregisterServer() )
>
Hi Gregory. This solution works just great! Thanks for the feedback.

Later
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform