Thread overview | |||||
---|---|---|---|---|---|
|
April 27, 2004 [DMD 0.86 bug] some bug | ||||
---|---|---|---|---|
| ||||
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 |
April 27, 2004 Re: [DMD 0.86 bug] some bug | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ivan Senji | 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 > > > > > > |
April 28, 2004 Re: [DMD 0.86 bug] some bug | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ivan Senji | 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 > > > > > > |
Copyright © 1999-2021 by the D Language Foundation