glfwSetDropCallback undefined symbol

2017-11-22 Thread Tim Hsu via Digitalmars-d-learn

DCD and DMD says that the symbol is undefined!

However, I look into derelichtGLFW3. It has this symbol defined!

It looks like a bug for me!


Re: glfwSetDropCallback undefined symbol

2017-11-23 Thread drug via Digitalmars-d-learn

23.11.2017 09:33, Tim Hsu пишет:

DCD and DMD says that the symbol is undefined!

However, I look into derelichtGLFW3. It has this symbol defined!

It looks like a bug for me!
DerelictGLFW3 has this symbol, but it does not define it, it should be 
defined in shared/dynamic library you use. I guess you use old version 
of the lib, just update it.