digitalmars.D.bugs - [DMD 0.86 bug] some bug
- "Ivan Senji" <ivan.senji public.srce.hr> Apr 27 2004
- "Ivan Senji" <ivan.senji public.srce.hr> Apr 27 2004
- "Ivan Senji" <ivan.senji public.srce.hr> Apr 27 2004
I can compile most of my D projects OK. But i have problems with my computer graphics course projects (started with 0.86 version) The compiler output: Assertion failure: 'result[i] == '_' || isalnum(result[i])' on line 34 in file 'mangle.c' abnormal program termination
Apr 27 2004
I wasn't able to figure out what causes this bug, but it is only in my opengl-glut projects. Gues i'm back to 0.82 :( "Ivan Senji" <ivan.senji public.srce.hr> wrote in message news:c6l5ts$jn3$1 digitaldaemon.com...I can compile most of my D projects OK. But i have problems with my computer graphics course projects (started with 0.86 version) The compiler output: Assertion failure: 'result[i] == '_' || isalnum(result[i])' on line 34 in file 'mangle.c' abnormal program termination
Apr 27 2004
Thanks Walter! You fixed this bug too. I thought it was a little strange that dmd.exe was so big. Thanks again :) "Ivan Senji" <ivan.senji public.srce.hr> wrote in message news:c6l5ts$jn3$1 digitaldaemon.com...I can compile most of my D projects OK. But i have problems with my computer graphics course projects (started with 0.86 version) The compiler output: Assertion failure: 'result[i] == '_' || isalnum(result[i])' on line 34 in file 'mangle.c' abnormal program termination
Apr 27 2004









"Ivan Senji" <ivan.senji public.srce.hr> 