Thema
:
Delphi
fill pointer in DLL from app
Einzelnen Beitrag anzeigen
Muetze1
(Gast)
n/a Beiträge
#
5
Re: fill pointer in DLL from app
4. Jun 2008, 21:55
use PChar as type for strings and do it like the
WinAPI
: the caller has to allocate the memory for results and the
DLL
fills the memory of the app - or returns the needed space, if the allocation is is too small.
Zitat