Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Entry point error
Message
De
04/02/2003 10:56:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00748839
Message ID:
00748879
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform