Guys I need some help with communicating between Delphi apps, any input would be much appreciated. Here's a link to my question on StackOverflow:
Guys I need some help with communicating between Delphi apps, any input would be much appreciated. Here's a link to my question on StackOverflow:
https://stackoverflow.com/questions/47487659/data-transfer-between-different-delphi-version-apps-via-wm-copydata
https://stackoverflow.com/questions/47487659/data-transfer-between-different-delphi-version-apps-via-wm-copydata
https://stackoverflow.com/questions/47487659/data-transfer-between-different-delphi-version-apps-via-wm-copydata
https://stackoverflow.com/questions/47487659/data-transfer-between-different-delphi-version-apps-via-wm-copydata
Achim Kalwa Got it working, thank you for the input.
ReplyDeleteWow. I authored Borland's first TI on using WM_COPYDATA somewhere around a quarter century ago. The code snippets I see today still sport the same coding style and useage.
ReplyDeleteI had some issues with this old friend within the past couple of years. Forgot what it was (I want to recall it was windows version specific). I switched to using some memory map code that turned out to have very low overhead when used with large amounts of data.
Go to subsimple.com - Troels' Home Page and then click on Delphi and then click on the InterAppComm. Ok it's in an old version of Delphi, but am pretty sure it's all relevant
ReplyDelete