Enter Keywords:
1 - 10 of 133(0.013 seconds)
Sort By:
 
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...
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...
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...
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); ...
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...
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 ...
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...
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...
Zones: Windows ProgrammingDate Answered: 08/27/2000 Rating: 7.6 Views: 0
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...
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 ...
Zones: C++Date Answered: 10/24/2000 Rating: 6.0 Views: 0