Registriert seit: 10. Jun 2003
Ort: Berlin
9.948 Beiträge
Delphi 12 Athens
|
AW: How to - string in DLL
22. Jun 2011, 16: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?
|