Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class implenting interfaces off of the same project
Message
De
17/03/2004 13:28:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Class implenting interfaces off of the same project
Divers
Thread ID:
00887187
Message ID:
00887187
Vues:
49
Hi!

Let's say I have two classes in the same PRG, and they're compiled in the same project (DLL).

One of these classes is implementing an interface exposed by the other class (using the IMPLEMENTS keywords and the progID of the class).

It turns out that I cannot build the project because the TLB isn't created yet, so the compiler complains it cannot find the TLB for that interface.

One way to solving this is to compile the project to a second DLL, and then have the first DLL refering to the second. However, this is pretty dumb.

Is there any other way I can solve this problem?

TIA
Claudio Lassala
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform