Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to find all DLLs registered?
Message
From
22/11/2010 17:21:51
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01490135
Message ID:
01490207
Views:
75
This message has been marked as a message which has helped to the initial question of the thread.
Hi,

I guess that the only way to do this is to read the data from the registry.

Registered dlls are stored under the hive HKEY_CLASSES_ROOT.

Regards

Macer

>Hi everybody,
>
>I have an olepublic class defined in the MyProgram. I built a mutlti-threaded dll with the name MyProgram40 and registered it by double clicking on the dll file in the Windows Explorer.
>
>However, I can instantiate an object using
>
>oMyObj = createobject('MyProgram.MyClass') syntax and I can not do the same using
>
>oMyObj = createobject('MyProgram40.MyClass')
>
>So, is there a way to find out all registered DLLs that are named like 'MyProgram' with the full path and unregister them?
>
>Thanks in advance.
Previous
Reply
Map
View

Click here to load this message in the networking platform