Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Register the Cryptor dll
Message
De
31/01/2005 10:10:05
 
 
À
31/01/2005 04:07:13
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:
00982239
Vues:
31
>>>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

You're welcome, Jos
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform