Click to See Complete Forum and Search --> : Socket


Sydney
May 2nd, 1999, 04:28 PM
Hi
I want to create a Client/Server Application but with my own protocol.
I have problems with creating the server apps.
Someone tells me to use accept%2

mdwilliams
May 4th, 1999, 02:07 PM
You should take a look at some of the Microsoft socket examples:

MFCSOCKS: http://support.microsoft.com/support/downloads/DP3133.ASP

Message-Oriented TCP and Multithreaded Client/Server: http://support.microsoft.com/support/downloads/DP3296.ASP

There's also a chat example, which I can't seem to find right now.

-- Matt