Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Entry point error
Message
From
04/02/2003 10:56:32
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00748839
Message ID:
00748879
Views:
18
I don't code in Delphi, so I'm the code isn't much help to me.

>
>What do you mean ? I have use the typelibrary to generate the code in Delphi an then :
>
> Cotest1 = class
> class function Create: Itest1;
> class function CreateRemote(const MachineName: string): Itest1;
> end;
>
>implementation
>
>uses ComObj;
>
>class function Cotest1.Create: Itest1;
>begin
> Result := CreateComObject(CLASS_test1) as Itest1;
>end;
>
>The function in the dll is call Test1.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform