Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I register a COM object?
Message
From
06/11/2001 17:22:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
How can I register a COM object?
Miscellaneous
Thread ID:
00578255
Message ID:
00578255
Views:
52
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.
Next
Reply
Map
View

Click here to load this message in the networking platform