LINK : fatal error LNK1104: cannot open file '_CMDLINE' --- errorlevel 1104
Jason Jeffory via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Jan 11 12:17:23 PST 2016
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)
{
"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": {
}
}
More information about the Digitalmars-d-learn
mailing list