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:
00455984
Views:
37
>Hi,
>Is there a function to check if a VFP DLL is registered?

You can check for existence of its' CLSID in the Registry under HKEY_CLASSES_ROOT\CLSID.
Of course, just CLSID existence does not guarantee that it is properly registered and the rest of necessary keys are in Registry too.

>And is there a alternate way to register a VFP DLL beside regsrv32 and setup routine?

You can manualy (programmatically) create the necessary keys in the Registry (but that would be repeating of what the above mentioned ways do)
Or build the DLL on that PC :)
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform