[Qt-interest] Receive an ASCII string using TcpSocket
Stefanos Antaris
santaris at csd.auth.gr
Mon Apr 13 11:23:53 CEST 2009
Hello.I have tried to make a qt application that receives a string of a
non-qt application.I used the fortuneclient example but i found that
datastream can't be used to receive a string of a non-qt application.So
i have made a new QString text; and then text->tcpSocket.readLine();.But
still i can't receive the string.Can anyone help me?I connect to the
server but i can't receive the string.Thanks in advance.
More information about the Qt-interest-old
mailing list