I have an application that works as DDE client & uses the data it receives to run few animations. This client is installed on Windows server 2012. I need to supply the DDE client application with few variables to run the animations properly.
On the same machine I don't have Microsoft Office installed so I can't use Excel for this job. Any idea how can I create a DDE server that service the required data to the client.
Searching in google has not resulted in clear tutorials on how to implement such this. I have very good programming skills in C/C++. However I need a guideline, recommended APIs, or clear tutorials.
Edit: I need the server & client applications to run on the same machine & same OS.
Thanks