Bug 1932 – dmd internal calling link command error

Status
RESOLVED
Resolution
WORKSFORME
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2008-03-18T22:00:00Z
Last change time
2014-02-24T15:33:12Z
Assigned to
bugzilla
Creator
davidl

Comments

Comment #0 by davidl — 2008-03-18T22:00:29Z
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
Comment #1 by bugzilla — 2008-04-23T01:27:41Z
I cannot reproduce this - in fact, I use dmd's link ability all the time.