From: Braden M. <br...@en...> - 2007-03-01 08:58:32
|
On Thu, 2007-03-01 at 09:23 +0100, Thomas Engelmeier wrote: > 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... In other words, inside Microsoft's C runtime library. > 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. Well, yes. But where this is occurring is anyone's guess. Hence the need for a stack trace in order to make heads or tails of this. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |