Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to find all DLLs registered?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Is there a way to find all DLLs registered?
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01490135
Message ID:
01490135
Views:
103
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.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform