Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 10(0.007 seconds)
Sort By:
 
Hi, i want to send large files over a Network and the Internet. Im using the CSocketFile Object with this little loop: while(true) {   fread = File.Read(buffer,1024);   SendFile.Write(b...
Zones: Windows MFCDate Answered: 09/28/2003 Rating: 7.2 Views: 4
Hi folks, this is just supposed to open a tcp connection to remote server:port and return the result of a string written to the remote.  if the server responds on connection (like if it is an sm...
Zones: C++Date Answered: 04/29/2004 Rating: 8.0 Views: 0
I am trying to make  a simple client server application using CSocket and CSocketFile. I have coded 2 thread functions, one listens for clients requests, while after moving beyond Accept()... fir...
Zones: Windows MFCDate Answered: 03/11/2000 Rating: 9.0 Views: 10
I wish to use CSocketFile and archives to serialize the data sent on the stream sockets. I have defined a msg struct(similar to CHATTER sample). I want to know if the other side of the connection d...
Zones: Windows MFCDate Answered: 05/28/2000 Rating: 6.4 Views: 0
If I used CSocket without working with CSocketFile and CArchive, do I need to handle Byte Ordering and String Converting?
Zones: Windows MFCDate Answered: 10/21/1999 Rating: 7.2 Views: 0
I send Object (C++) over TCP/IP conection using CArcive & CSocketFile. I also based my code on the internal MFC capability to create Object using Factory. But this is not working when sendi...
Zones: Windows MFCDate Answered: 01/04/2000 Rating: 7.0 Views: 0
I have a CArchive In and Out variables attached to a CSocketFile ( one is load and the other one is store ). when I got OnRecieve callback function to parse the request i got, i try to read a mini...
Zones: C++Date Answered: 07/04/2000 Rating: 8.2 Views: 0
Hi Im trying to transfer data in a multithreaded environment using carchive but each time i try to send the data it throws an exception and on debuging it takes me to CMapPtrToPtr::CMapPtrToPtr(int...
Zones: Windows MFCDate Answered: 09/15/2004 Rating: 7.8 Views: 0
Hi, I try to implement a small socket app, a server and a client. The server just should print out, what the client send to him. I think that the connections stand, but the communication doesn't ...
Zones: Windows MFCDate Answered: 06/10/2002 Rating: 5.4 Views: 4
Hi All, I want to read some data from a given socket. Previously it was working fine with MBCS setting, but after i changed my project to UNICODE, the call to readstring doesnt returns anymore....
Zones: Windows MFC, Web ServersDate Asked: 12/31/2008 Points: 200 Comments: 8
 
  • 1