Registriert seit: 10. Jun 2003
Ort: Berlin
9.648 Beiträge
Delphi 11 Alexandria
|
AW: How to - string in DLL
22. Jun 2011, 17:36
I think this is a problem with the size parameter.
You always have to have in mind that one character is one byte in Delphi 7 and two bytes in Delphi 2010.
How does the code for reserving the memory, ... look like?
|