Hi,
I have a DDE server, which is a software to communicate with my physic device MFC. Now I want to use Labwindows/CVI as a client to talk to the DDE server (write/read data to/from DDE server), and disconnect the connection after finishing writing/reading. Are the following steps correct:
**********************************************
int ClientCallBack ()
ConnectToDDEServer()
ClientDDEWrite()
SetUpDDEHotLink()
ClientDDERead()
DisconnectFromDDEServer()
*********************************************
I am just a beginner on DDE library. sorry for my little knowledge.
Thanks,
Joyce