I'm still here trying to fix this problem...
I receive strange char...maybe does the socket do an ASCII 7bit conversion?Qt Code:
QTcpSocket socket; inSendMessage << string.toLatin1() << endl;To copy to clipboard, switch view to plain text mode
The server is developed with Qt3...maybe there is a charset encoding problem between them?
Bookmarks