April 06, 2009 DMD returns -1073741819 despite success | ||||
---|---|---|---|---|
| ||||
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" This causes the Codeblocks IDE to think that linking was not successful, and subsequently does not allow me to start the debugger. Please check this, and let it return something like 0 again. Regards, AJ |
April 06, 2009 Re: DMD returns -1073741819 despite success | ||||
---|---|---|---|---|
| ||||
Posted in reply to A. Jung | 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
|
Copyright © 1999-2021 by the D Language Foundation