Thema
:
Delphi
fill pointer in DLL from app
Einzelnen Beitrag anzeigen
mohfa
Registriert seit: 11. Feb 2007
97 Beiträge
Delphi 7 Enterprise
#
1
fill pointer in DLL from app
4. Jun 2008, 05:17
How to pass the parameter to
DLL
, the parameter is a pointer to the record .
in my
Dll
i have :
markieren
Delphi-Quellcode:
type
PList = ^AList;
AList =
record
nam:
String
;
Orders: TList;
end
;
so how could i fill this parameter from my app;
regards
Zitat
mohfa
Öffentliches Profil ansehen
Mehr Beiträge von mohfa finden