|
-
July 10th, 1999, 11:02 AM
#1
INVALID_SOCKET
Using CSocketFile, does anyone know why I would receive an ASSERT FAILURE here?
ASSERT(m_pSocket->m_hSocket != INVALID_SOCKET);
The above line is part of SOCKCORE.CPP in the constructor of CSocketFile.
My app uses CSocketFile file(this) in OnReceive() fine, but when another part of the program calls a function written the same way I receive this assert failure. Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|