DDE Interface

<< Click to Display Table of Contents >>

Manual > Server Creation Guide > Interface >

DDE Interface

What is the DDE interface?

DDE (Dynamic Data Exchange) is a client/server communication method.

 

This package has a DDE server function, and can connect to other DDE client applications. It also has the function to connect to other DDE servers as a DDE client from this package by defining a unit that connects to other DDE server applications in the tag unit definition.

 

 

 

Migrating from previous versions

You can use it in the same way as the old version with the default settings. However, if you want to run both the old and new versions at the same time, change the application name to something like "SERVER" so that there are no duplicate application names.

 

c_interface_0067