wjakob / nanogui

Minimalistic GUI library for OpenGL
Other
4.66k stars 608 forks source link

glew shared library #31

Closed mumin16 closed 8 years ago

mumin16 commented 8 years ago

i don't use glew shared library. i removed glew.c from project i added glew32.lib to additional dependencies. i used GLEW_BUILD preprocessor definitions. but i still get errors. (LNK2019: unresolved external symbol __glewBindBuffer referenced in function) bla bla..

wjakob commented 8 years ago

Sorry, my resources are unfortunately fairly limited. If you change nanogui and it doesn't compile anymore as a result of it, you're on your own ;)