Search found 3 matches

by TFN
Wed Nov 02, 2011 1:29 pm
Forum: Internet
Topic: Chat application not working
Replies: 9
Views: 9994

Re: Chat application not working

I fixed the problem. I just found a older working version of the program and built on that. However now I am trying to use 2D arrays and was wondering if it were possible to pass the contents of one Array to another using sockets. I am making a list of clients which the Client to see who is connecte...
by TFN
Thu Oct 13, 2011 10:22 am
Forum: Internet
Topic: Chat application not working
Replies: 9
Views: 9994

Re: Chat application not working

Thanks for the reply, however the program still doesn't work. I can connect to the server but I can't send a message and when I disconnect I can't reconnect to the same server.
by TFN
Wed Oct 12, 2011 12:01 pm
Forum: Internet
Topic: Chat application not working
Replies: 9
Views: 9994

Chat application not working

Hello, I am creating a chat program for a school project. I managed to get it working, however it's not now and I have been trying to fix it for about two weeks and can't find what is wrong with it. Here is the code : Server: Global pSocket, ClientName, ConnectedClients, TheMessage Local ClientList ...