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

Comments

  1. Achim Kalwa Got it working, thank you for the input.

    ReplyDelete
  2. Wow. 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.

    I 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.

    ReplyDelete
  3. 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

Post a Comment