Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSocket Transfer

Status
Not open for further replies.

Legolas

Programmer
Feb 14, 2002
2
0
0
US
He?
Why do i get such a feeling nobody can help me? Here are only question answered like "what is release and debug?". Is that a programmer forum or a FAQ for newbies!

So read my last CSocket Transfer Question in the forum on the next site.

Im angry, cause i ve to code such a program for an exam. Aren't all programmers like a family?

:-((
 
Did you check it???

------------------------------------
Legolas (Visitor) Feb 14, 2002
Hello,

I have a problem with the command : "CSocketFile.open" , the problem, it does not work! If one call this command the programm crashes with an "exceptional kernel32 failure"
.
.
.
-------------------------------------

TGM (IS/IT--Manageme) Feb 14, 2002
Hi

What are you trying to do ? Opening a file or sending data over a network using socket ?

If you just want to open a file, use CFile.
If you want to send a file using socket, you need to open a socket and associate a CSocketFile instance to use the CArchive mechanism

Could tell more once you'll say more

Thierry

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top