Board index » cppbuilder » DDE (Dynamic Data Exchange) problem
Erka
![]() CBuilder Developer |
Fri, 06 Jun 2003 22:03:20 GMT
DDE (Dynamic Data Exchange) problem
I want to use Dynamic Data Exchange components of CBuilder 3 to make a
DDE client. I'm using TDdeClientConv and TDdeClientItem components. My TDdeClientConv object opens a link succesfully to the DDE server application. Then I want to request data from the DDE server application with the following code: if (DDEClientConv->OpenLink()){ RequestData method returns NULL. I debugged the code by inspecting the Any help will be appreciated. Thanks, |