|
-
March 30th, 1999, 02:27 AM
#1
Program crash when i call recv() function in release mode not in debug.
My program crashed when i call recv() in release mode , but i work fine in debug mode.When it crash,system report "access violate".
What can cause it?
If the socket function confict with MFC?
Help please!
regards
hos
-
December 21st, 2000, 11:07 PM
#2
Re: Program crash when i call recv() function in release mode not in debug.
My guess is Buffer for the incoming data is not
properly allocated and you are trying to access
memory which is invalid. So please check for 2nd argument in recv...
If this doesn't solve problem use NuMega's BoundsChecker
Vijay Khot
Software Consultant,
ICEM Technologies, Arden Hills,
MN 55112 USA
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
|