Virtual Library Interfaces (VLI).
- From: "Andre Joosten" <andrejoosten@xxxxxxxxxxx>
- Date: Thu, 28 Apr 2005 17:12:56 +1200
I have moved on from GetProcAddress
And use VLI as per documentation.. But still No Joy..
TTaxDll = Interface
Procedure CalcProfit (Cost : Currency;
CostTaxID : Integer;
Sell : Currency;
SellTaxID : Integer;
Var ProfitD : Currency;
Var ProfitP : Double);
End;
fTaxDll : TTaxDll;
If Supports('STAX.DLL', TTaxDll , fTaxDll) Then .....
Fails.. Without any hints..
Anybody any ideas...
.
- Follow-Ups:
- Re: Virtual Library Interfaces (VLI).
- From: Marc Rohloff
- Re: Virtual Library Interfaces (VLI).
- Prev by Date: Re: GetProcAddress in Delphi .net 2005
- Next by Date: Re: OnFilterRecord
- Previous by thread: GetProcAddress in Delphi .net 2005
- Next by thread: Re: Virtual Library Interfaces (VLI).
- Index(es):