https://github.com/code-artist/ddeapp
DDE Application, DDE Based Inter-process Communication (C#, C++)
https://github.com/code-artist/ddeapp
borland c-plus-plus csharp dde
Last synced: about 1 month ago
JSON representation
DDE Application, DDE Based Inter-process Communication (C#, C++)
- Host: GitHub
- URL: https://github.com/code-artist/ddeapp
- Owner: Code-Artist
- License: mit
- Created: 2017-03-23T14:24:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T13:57:15.000Z (almost 5 years ago)
- Last Synced: 2025-08-31T20:26:52.497Z (10 months ago)
- Topics: borland, c-plus-plus, csharp, dde
- Size: 10.1 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DDEApp
DDE Application (DDEApp) is a Dynamic Data Exchange (DDE) based inter-process communication protocol created to exchange data and perform functions call between applications.
Back in 2009, when I was still programming in Borland C++ Builder, I needed to find a solution to call function remotely between two applications. We had decided to make use of DDE for this purpose. Using VCL control in Borland, we managed to get DDE up within few days. However, soon we realized that existing DDE protocol was not able to fully meet our requirement, we created DDE Application to simplify the usage in application.
Read more in my blog: http://www.codearteng.com/2012/06/ddeapp-dde-based-inter-process.html