Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM object in VFP
Message
 
À
25/07/2007 05:19:15
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01243400
Message ID:
01243403
Vues:
26
>Hi at all,
>
>I am new in using com objects, I have the following example code in Visual Basic and Delphi how can I transform in VFP using GETINTERFACE ?
>
>This the example in Visual Basic
>Public Function Init(Application As TTopoLKernel) As Long
> Set TLVBKernel = Application
>End Function
>
>
>This the example in Delphi
>function TExampleDB.Init(const topolKernel: IUnknown): HResult;
>begin
> topolKernel.QueryInterface(ITopoLKernel, fTopoL);
> Result := S_OK;
>end;
>
>I try this in VFP but does not works.
>
>PROCEDURE Init [Appl as Variant]
> TopoLKernel = GETINTERFACE(Appl, "ITopoLKernel", "TLKernel.dll")
> RETURN 1
>ENDPROC
>
>any idea
>
>Thank you in advance
>
>Luigi

What parameter you pass to that function?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform