Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Register VFP DLL
Message
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00455973
Message ID:
00455982
Views:
37
>Hi,
>Is there a function to check if a VFP DLL is registered? And is there a alternate way to register a VFP DLL beside regsrv32 and setup routine?
>TIA.
>
>Wan

You can check the registry to see if its there. There are some registry reading functions in the Registry.Vcx class library of the Fox FOundation Classes (FFC).

To register, you can use the functions built in to the DLL.

Ex.
declare integer DllRegisterServer in MyVFPDll.dll
declare integer DllUnregisterServer in MyVFPDll.dll

if DllRegisterServer() = 0 && it worked
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform