Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way to find all DLLs registered?
Message
De
22/11/2010 17:21:51
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01490135
Message ID:
01490207
Vues:
76
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform