Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Register the Cryptor dll
Message
From
31/01/2005 04:07:13
 
 
To
29/01/2005 12:25:36
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
00981988
Message ID:
00982180
Views:
28
>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform