From: Christian W. <Chr...@vo...> - 2001-12-05 15:07:39
|
Hi List, I want to sent an UDP Datagram via TCP... The send and recive function works properly in a console app... Now i want to make a GUI for that... The problem is that the editfield in my application is a cstring (m_Edit1), but my app needs a nullterminated string... If I convert the CString to a nullterminated string I get nothing ... If I write strcpy(szSendString, "hjsdfhs\0"); it works .... I have many things tryed but nothing work... Did you have an Idea ??? What can I do ? Kind regrads Christian |