PDA

View Full Version : Simple chat



kernel.roy
8th September 2010, 15:08
Hi all,

I am very new Qt. I saw the examples in the above link:
http://www.qtcentre.org/wiki/index.php?title=Simple_chat

I need details documentation of this sample chat system.

Please anyone give me some direction.

Talei
8th September 2010, 20:01
Hello,
Go to that wiki page and Download Source Code. There is nothing more detailed then SRC.
Study it and come back with precise question about the problems You encounter.
Sorry that I can't be more helpful.

kernel.roy
9th September 2010, 05:57
Hi talei,

I cant execute the SimpleChatServer....
How and Where to store it ....
How to communicate with clients...........

Talei
9th September 2010, 06:37
I don't really know how to answer that question. If example don't compile post the error that You get.
If I'm assuming correctly You execute SimpleChatServer and nothing happens? That's normal, because SimpleChatServer runs without any GUI.
After starting SimpleChatServer, run SimpleChatClient and connect to the server by given IP.
It's just simple as that, there is nothing more then that.
I suggest researching what CLI application are.

Also please don't post 3 or 5 post about the same problem, because we read the board and if someone know/is willing to help You, will help You.