Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class implenting interfaces off of the same project
Message
From
17/03/2004 13:28:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Class implenting interfaces off of the same project
Miscellaneous
Thread ID:
00887187
Message ID:
00887187
Views:
48
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
Next
Reply
Map
View

Click here to load this message in the networking platform