Board index » delphi » Sharing ShortString in Delphi and C++
|
Chris Brett
Delphi Developer |
Sun, 23 Dec 2001 03:00:00 GMT
Sharing ShortString in Delphi and C++
Which data types do I need to use in order to share strings between a D3 app
and a C++ app? The max. size of any string is about 25 chars. The data is being shared via a memory mapped file. On the Delphi side, I have tried: and on the C++ side: Once the D3 app has set the string, the C++ app can read the string but Is there a better method for sharing limited strings between Delphi and C++? Thanks for any help. |
