Originally posted by: Eko Sulistyo A.
Just for your info:
On OpenConnection function, You used IP address.
So I replace the CIp with CString.
With this i can connect to IP address or Computer Name.
Originally posted by: Jonathan
What is the best method to use this class to send various types of binary data?
ReplyOriginally posted by: Pd
The programme does not compile and it has some errors i want to start with sockets just tell me how to start with mfc sockets and how to use csocket class
ReplyOriginally posted by: Rodrigo Aceves
I want the server to be able to send messages too. I have managed to "see" the message between clients on the server side, but when I want to send a message, it just does nothing.
ReplyOriginally posted by: Alexander
Great work!
The problem is that:
The first 17-19 simbols at CMessage are service information.
I have chosen your NDK to write Server Side, but Client Side has to be written in Delphi. So I have to compose correct parsels from Delphi Side.
Please reveal CMessage structure
Thanks beforehand.
ReplyOriginally posted by: jsd123
right out of the msdn samples
ReplyOriginally posted by: Vinod Kagalkar
Thanks for codes .Good work!!
ReplyOriginally posted by: Geir
Being a totally amateur in C++(HW engineer gone mad!!!)
1, What is the max numbers of simultaneous users?
2, I would like to limit the no of users,
Usage:
Thanks,
Geir
First of all,
it works great!!
, I wonder about a few things;
(It's an INT ok, but any other limitations?)
and then roll over to 0. Can you point me to the
right place in the source?
I am using this to collect data for my thesis from a rather large amount of clients, 1000 - 2000, but never
simultaneous. These clients hook up, tx the data and
disconnects.
Originally posted by: Dieter Bollinger
Your "chat" program is great. I've modified it a little and installed it on our institution's INTRANET. It's a big hit with all my colleagues!
Many thanks Dieter Bollinger
Originally posted by: Gene
I personally think this is a very useful code.
It really help me. Thanks