-
ok am working on chat client and server but i cant figer out how make avaters work av mean where some one can pic imagie from there pc and have send to server thene back client so other user can see imagie there useing can any one help me here some images if dont understand all why
http://www.t-d-c.net/av1.jpg
http://www.t-d-c.net/av2.jpg
-
help
-
Well
You need to make a special protocol, which creates a byte system like this...
Long displays how many bytes until message starts|This is where the jpg is sent|The text msg
You will need to know how to bind data together and then convert to binary and then send via WinSock... I recommend using Catalyst Systems' SocketWrench which is much easier to work with and free!
-