DMD returns -1073741819 despite success

A. Jung webmaster at aj-productions.de
Tue Apr 7 02:59:45 PDT 2009


A. Jung Wrote:
> So its LINK.exe!

Sorry, fingertrouble. Its definitly DMD.exe. Following happens when doing a fresh install of the entire DMD2.017 package and then replacing DMD.exe with the one from 2.016:

"D:\test2>batmake

D:\test2>dmd.exe  -g -debug    -IC:\dmd\src\phobos  -c hello.d -ofobj\debug\hello.obj

D:\test2>echo 0
0

D:\test2>dmd.exe bin\debug\test2.exe  obj\debug\hello.obj   phobos.lib -v
C:\dmd\windows\bin\link.exe "obj\debug\hello","bin\debug\test2.exe",,"phobos.lib
"+user32+kernel32/noi;

D:\test2>echo 0
0"


More information about the Digitalmars-d-bugs mailing list