Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
cosy
Posted - 02/23/2004 : 11:42:45 AM Hi, I am a research student using origin as my graphing software.I use DDE to exchange data between my application and Origin in "real time".My MFC application is the DDE server and the code for intializing it goes like this
} I hope everthing is fine till now. I tried to connect to this server from a client , Origin in my case and I used Labtalk for the same. The code goes like dde -c TRIC_DDE_SERVER|data id;
If my code works properly or if my programing is right , I must get a message box with "Hello", which I dont. I am completely new tothis labtalk script and so can anyone help me out.