Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM server creation
Message
From
01/06/2001 12:56:06
Rex Mahel
Realm Software, Llc
Ohio, United States
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00513802
Message ID:
00513923
Views:
13
Paul,

Created IMPACTCOM.DLL, used:

o=CREATEOBJECT("IMPACTCOM.PatientBizObj")

got message:

Class definition IMPACTCOM.PATIENTBIZOBJ is not found.

Any other ideas?

Thanks

Rex

>>All,
>>
>>This is my first attempt to create a COM server. I have create a new project, added all the classes/programs listed on page 99 of the Developer's Guide, and my custom classes. I specified my event classes that I want to create as OLE Public and compiled the project into a DLL.
>>
>>To test, I tried to create an event object but get a message that my class does not exist.
>>
>>What am I missing?
>>
>>TIA
>>
>>Rex
>
> You need to create them using the syntax: o = CreateObject("ProjectName.ClassName"). I'm guessing you're missing the name of the project in your CreateObject() call.
Previous
Reply
Map
View

Click here to load this message in the networking platform