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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20749874.htm...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20964596.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10307070.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10358458.htm...
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?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10222202.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10252310.htm...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10607201.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20905005.htm...
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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20305717.htm...
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....
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_24017605.htm...