DMD returns -1073741819 despite success
A. Jung
webmaster at aj-productions.de
Mon Apr 6 07:44:01 PDT 2009
OK, now it looks like a configuration error of the Codeblocks IDE which happenend during the transition to the new D compiler directory structure. Still investigating...
Thanks so far.
Kagamin Wrote:
> A. Jung Wrote:
>
> > Since DMD 2.017, DMD returns -1073741819, despite linking was successful with an output exe successfully generated:
> >
> > "Linking executable: bin\debug\test.exe
> > Process terminated with status -1073741819 (0 minutes, 3 seconds)
> > 0 errors, 0 warnings"
> >
> c:\dev\d\win>\dev\dmd\bin\dmd tmp.d -I.. -oftmp.exe -w
>
> c:\dev\d\win>echo %errorlevel%
> 0
>
> c:\dev\d\win>\dev\dmd\bin\link tmp.obj
>
> c:\dev\d\win>echo %errorlevel%
> 0
More information about the Digitalmars-d-bugs
mailing list