Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I register a COM object?
Message
De
06/11/2001 17:22:59
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
How can I register a COM object?
Divers
Thread ID:
00578255
Message ID:
00578255
Vues:
53
Hi,

Let's say I have a project called "MyProject" with an OLEPUBLIC class in it called "MyOleClass". After building this project, I can use the "createobject" method to instantiate a "MyOleClass" object.

When I distribute a project using a "MyOleClass" object, what are the steps to make my COM component accessible?

I.E. If, in another project, I use the lines:

PUBLIC goMyObject
goMyObject = CREATEOBJECT("MyProject.MyOleClass")

I get a "... class definition not found..." error! What do I need to do to register my "MyProject" project and hence, my "MyOleClass" class?

Thanks a lot, Stephane.


P.S. I used WINNT as a developpement environment but the target OS (where I wish to install my project) is Win98.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform