Hi everybody,
I've got a query, I'm trying to do a program in Visual C++ that sends command thru dde to a ZetaFax application. I've got a book that contains examples in Visual Basic and not in Visual C
I allready established a connection using the
DdeInitialize(&Serv,pBack,APPCLASS_MONITOR,0); and the
Con=DdeConnect(Serv,StrServ,StrTop,NULL);
but as soon as I try to transfer some data using the
DdeClientTransaction((LPBYTE)macro_data, 1, Con, 0, CF_TEXT, XTYP_EXECUTE, 5000, Res);
the ZetaFax application gives me an error, saying the dde data are invalid.... Does someone have any Idea Thanks Alex.
I've got a query, I'm trying to do a program in Visual C++ that sends command thru dde to a ZetaFax application. I've got a book that contains examples in Visual Basic and not in Visual C
I allready established a connection using the
DdeInitialize(&Serv,pBack,APPCLASS_MONITOR,0); and the
Con=DdeConnect(Serv,StrServ,StrTop,NULL);
but as soon as I try to transfer some data using the
DdeClientTransaction((LPBYTE)macro_data, 1, Con, 0, CF_TEXT, XTYP_EXECUTE, 5000, Res);
the ZetaFax application gives me an error, saying the dde data are invalid.... Does someone have any Idea Thanks Alex.