Errors when compiling
tcak via Digitalmars-d
digitalmars-d at puremagic.com
Sun Nov 2 13:07:28 PST 2014
On Sunday, 2 November 2014 at 17:36:37 UTC, James wrote:
> On Sunday, 2 November 2014 at 17:33:09 UTC, James wrote:
>
> It's telling me that the libraries are in an invalid format.
> How can I get the correct ones ? I got those from the GLFW
> website
dmd -m64 main.d glfw3.d opengl32.lib glfw3.lib
You use "opengl32" while compiling with "-m64".
Can you test compiling without "-m64".
More information about the Digitalmars-d
mailing list