View previous topic :: View next topic |
Author |
Message |
Carlos
Joined: 19 Mar 2004 Posts: 396 Location: Canyon, TX
|
Posted: Thu Aug 19, 2004 10:55 pm Post subject: 0.99 |
|
|
digc stopped compiling with 0.99
when using the makefile I got: "Internal error: ..\ztc\gother.c 1080"
when compile file by file I got: "Internal error: ..\ztc\cgcs.c 213" in net\BurtonRadons\digc\sys.d
I'll try to get that fixed, but I can't assure anything. |
|
Back to top |
|
|
Carlos
Joined: 19 Mar 2004 Posts: 396 Location: Canyon, TX
|
Posted: Thu Aug 19, 2004 11:26 pm Post subject: |
|
|
I posted a bug report.
The problem seems to be in line 253 of sys.d:
item.isdir = (data.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0;
However I can't think of a workaround. |
|
Back to top |
|
|
Carlos
Joined: 19 Mar 2004 Posts: 396 Location: Canyon, TX
|
Posted: Sat Aug 21, 2004 10:18 am Post subject: .100 does it... kind of |
|
|
Everything compiled fine now with 0.100, but dedit doesn't run |
|
Back to top |
|
|
jcc7
Joined: 22 Feb 2004 Posts: 657 Location: Muskogee, OK, USA
|
Posted: Sat Aug 21, 2004 11:27 am Post subject: Re: 0.99 |
|
|
Carlos wrote: | digc stopped compiling with 0.99. | I'm away from for the weekend, but I'll try to look at it tomorrow or Monday. Thanks for letting us know there's a problem. |
|
Back to top |
|
|
jcc7
Joined: 22 Feb 2004 Posts: 657 Location: Muskogee, OK, USA
|
Posted: Sun Aug 22, 2004 10:04 pm Post subject: Re: .100 does it... kind of |
|
|
Carlos wrote: | Everything compiled fine now with 0.100, but dedit doesn't run | One dedit problem has probably been there since mcswainp added the StatusBar class in June. I fixed the compilation problem by removing the StatusBar references. Now, it gives me an access violation at runtime. (I'm still using DMD 0.98; I'll upgrade tommorrow.) |
|
Back to top |
|
|
|