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": {
        }
}



Reply via email to