Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM server creation
Message
De
01/06/2001 12:56:06
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00513802
Message ID:
00513923
Vues:
14
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform