Thread overview |
---|
March 19, 2008 [Issue 1932] New: dmd internal calling link command error | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=1932 Summary: dmd internal calling link command error Product: D Version: 1.026 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla@digitalmars.com ReportedBy: davidl@126.com abc.d: int k; bool setsomething() { if (k==4) return false; } void main() { } dmd abc.d reporst: d:\digitalmars\dmd\bin\..\..\dm\bin\link.exe abc,,,user32+kernel32/noi; --- errorlevel -1073741502 no binary generated following command works: dmd -c abc.d link abc -- |
April 23, 2008 [Issue 1932] dmd internal calling link command error | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1932 ------- Comment #1 from bugzilla@digitalmars.com 2008-04-23 01:27 ------- I cannot reproduce this - in fact, I use dmd's link ability all the time. -- |
November 21, 2008 [Issue 1932] dmd internal calling link command error | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=1932 smjg@iname.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |smjg@iname.com Status|NEW |RESOLVED Resolution| |WORKSFORME -- |
Copyright © 1999-2021 by the D Language Foundation