On Friday, 19 July 2013 at 15:35:27 UTC, John Colvin wrote:
On Friday, 19 July 2013 at 15:16:23 UTC, evilrat wrote:
here is reduced example without platform-specific stuff,
requires derelict3 and glfw.
http://pastebin.com/rhB14YNs
I can't get that to compile, I keep getting
Derelict3/import/derelict/glfw3/types.d(290): Error: struct
derelict.glfw3.types.GLFWwindow unknown size
I suspect I'm compiling wrong somehow.
no you don't. this is because of the definition of GLFWwindow in
derelict3 (it's really predefined as struct, not void*)