Einzelnen Beitrag anzeigen

mohfa

Registriert seit: 11. Feb 2007
97 Beiträge
 
Delphi 7 Enterprise
 
#1

fill pointer in DLL from app

  Alt 4. Jun 2008, 04:17
How to pass the parameter to DLL, the parameter is a pointer to the record .
in my Dll i have :

Delphi-Quellcode:
type
  PList = ^AList;
  AList = record
  nam:String;
  Orders: TList;
  end;
so how could i fill this parameter from my app;

regards
  Mit Zitat antworten Zitat