From: Thomas E. <te-...@en...> - 2007-03-01 08:23:39
|
Am 01.03.2007 um 05:06 schrieb Braden McDaniel: > Extremely unlikely. OpenVRML should have no such problem. > >> anyone could help me? >> >> thank you for your cooperation > > I don't know what the file "isctype.c" is. It's not part of OpenVRML. > So, a stack trace would help. Probably an implementation detail of <ctype.h> aka <cctype> for is_digit( int ch ) et al... It seems to get passed in something that exceeds the unsigned char range [0,255] - either due to an casting error (char vs. unsigned char assigned to an int -> sign expansion) or an file parsing error. |