PDA

View Full Version : Simple chat



kernel.roy
9th September 2010, 04:55
Hi all,

I am very new in Qt. I am trying to implement the following example....

http://www.qtcentre.org/wiki/index.php?title=Simple_chat


I can't execute the SimpleChatServer.....
How and where to execute this and how to communicate with clients..........
Please anyone give me some documentation.....

e8johan
9th September 2010, 08:08
Could you please be more specific to what exact problems that you have when trying to execute the SimpleChatServer?

kernel.roy
9th September 2010, 09:50
Hi e8johan,
First i run the SimpleChatServer....Then i run the SimpleChatClient................In the QLabel server name is localhost and port number is 6667.
When i trying to connect button....Nothing is happening.............
Can you say the procedure to connect with server and transfer messages............

wysota
9th September 2010, 11:41
Did you check that your firewall is not blocking the connection?