I have a program that uses data from a serial port.
When compiled using VC++ ver7 in Release configuration and the program
is started when serial data is being received we get a Debug Assertion
Failed! message
File: isctype.c
Line: 68
Expression: (unsigned)(c+1) <=256
I can understand they this would occur when compiled as debug but why does
it
display when the program is compiled as release.
Thanks
Trevor