Einzelnen Beitrag anzeigen

Muetze1
(Gast)

n/a Beiträge
 
#5

Re: fill pointer in DLL from app

  Alt 4. Jun 2008, 20: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.
  Mit Zitat antworten Zitat