Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am implementing a Multi client chat server, and i am getting the following error. Only hint i get from the error description is that it is a linker error. Can anyone help me resolving this.
Which .NET namespaces should I be looking at if I\'d like to start writing a very simple chat application (in C#)?
I want to provide chat facility to my website visitors. This should be same as google chat (person to person communication). Are there any free tools available to integrate in the website? Or is 开发者
Hi Guys I need to write a chat server in C. It only need开发者_如何学运维s to use IPC. Could you help me on how to proceed on this. A skeleton code will help me a lot.
I have developed a chat web application which uses a SqlServer database for exchanging messages. All clients poll every x seconds to check for new messages.