i have an unhandled exception cx0005:access violation in VC6++ while i try to run my c code with
main.exe it gives a window showing to send a error report or to debug, while i give debug, it takes to fwrite file an breaks at the point
--> if (anybuf(stream))//this is the line where it breaks
/* already has buffer, use its size */
bufsize = stream->_bufsiz;
the call stack has following values.
fwrite(const void * 0x0012ee5c, unsigned int 0x00000001, unsigned int 0x00001000, _iobuf * 0xffffffff) line 105 + 3 bytes
main() line 164 + 26 bytes
mainCRTStartup() line 206 + 25 bytes
KERNEL32! 7c817077()
i'm trying from may days on this.
please has anyone come across this exception,Thanks in advance