I created a simple chat program based in client/server model using TCP of course. I have some issues starting from server ending to client, here is the list:
The server can't bind in specified address or port, I used lineEdit widgets to that, i tried to convert to int, but it doesn't work.
The server can send messages but it can't receive messages, even peer information like address.
If I clicked in connectButton widget, the client crash(I didn't test other functionality because the client crash before I did).
chat.tar.bz2




Reply With Quote

Bookmarks