{
"name": "Test",
"description": "A minimal D application.",
"copyright": "Copyright © 2016, Jason",
"authors": ["Jason"],
"lflags" : ["+C:\\Dlang\\Libs\\glfw3.lib"],
"dflags-dmd": [""],
"versions-x86_64": ["UseAmd64Impl"],
"dependencies": {
}
}
LINK : fatal error LNK1104: cannot open file '_CMDLINE' --- errorlevel 1104
Jason Jeffory via Digitalmars-d-learn Mon, 11 Jan 2016 12:20:52 -0800
Any ideas? Happens when I do a very simple dub project and try to
compile using the MS linker(x86 but set in sc.ini or 64). I'm
linking in glfw(using correct arch of course)
- LINK : fatal error LNK1104: canno... Jason Jeffory via Digitalmars-d-learn
- Re: LINK : fatal error LNK1... Jason Jeffory via Digitalmars-d-learn
- Re: LINK : fatal error ... Tobi G. via Digitalmars-d-learn
- Re: LINK : fatal er... Jason Jeffory via Digitalmars-d-learn
- Re: LINK : fatal error ... Mike Parker via Digitalmars-d-learn
- Re: LINK : fatal er... Jason Jeffory via Digitalmars-d-learn
- Re: LINK : fata... Mike Parker via Digitalmars-d-learn
- Re: LINK :... Mike Parker via Digitalmars-d-learn
