April 06, 2009
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
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