I've got a Server app where n clients can connect. I'm using a CMySocket class (derived from CSocket). I've implemented the CMySocket::OnClose( int nErrorCode ) handler. there i got notifications w...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10069067.htm...
Zones:
Windows MFCDate Answered: 08/25/1998 Rating: 6.4 Views: 0
I just start learning CSocket. I have used Networking functionalities in JAVA language before. Now, I would like to try on using MSVC++ Ver 6.
I have a simple program here...it does not work s...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10259287.html
Zones:
C++Date Answered: 01/18/2000 Rating: 6.8 Views: 0
I am working with VC6 , my application sending with CSocket a lot of data , in hight rate. After some time the application stucks in PumpMessages of CSocket... I looked for the bug in MSDN and have...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10321905.htm...
Zones:
Windows MFCDate Answered: 06/08/2000 Rating: 7.0 Views: 0
Hi,
i have this code:
CSocket sock;
sock.Create();
sock.Connect("localhost",80);
---> CSocketFile file(&sock);
CArchive in(&file,CArchive::load);
CArchive out(&file,CArchive::store);
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10325081.htm...
Zones:
Windows MFCDate Answered: 04/09/2000 Rating: 9.4 Views: 0
I am writing a simple application that needs to access a few web servers. A few of these web servers require login names and passwords.
I am currently using CSocket for the connection. I kno...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10382836.htm...
Zones:
Windows MFCDate Answered: 08/10/2000 Rating: 7.4 Views: 0
I have a simple piece of thread code that bombs everytime I make a call to the Create() or the Accept() function of a CSocket/CAsyncSocket object.
So my basic question is, can socket be created ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10417096.htm...
Zones:
Windows MFCDate Answered: 06/09/2000 Rating: 7.0 Views: 0
I am using following code for server and client sockets in NT server 4.0,Service pack 5.
for client
//=================
CSocket ciSocket;
if(!ciSocket.Create())
AfxMessageBox("Not crea...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10908942.htm...
Zones:
Windows MFCDate Answered: 08/15/2000 Rating: 7.2 Views: 0
hiya,
i am a beginner to sockets. i am trying to communicate with an smtp server. after every command you send it, it sends text back.
for instance if you telnet my server:
telnet pony-exp...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_11116245.html
That is wrong with this statement:
CSocket clientSocket;
clientSocket.Create();
This is a snipet from a Console Aplication. After second line there is an error 10093 : sckNotInitialized.
P...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11405358.htm...
Zones:
Windows MFCDate Answered: 09/29/2000 Rating: 7.0 Views: 0
i have a runtime class managing a thread to deal a specific socket.
this thread is mainly listen to the socket and perform whatever the protocol ask him to.
i used CSocket class to talk with the ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11434259.html
Zones:
C++Date Answered: 10/24/2000 Rating: 6.0 Views: 0