libglui / glui

GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, using GLUT or FreeGLUT.
Other
194 stars 82 forks source link

glui_spinner link error #105

Open MohammadNsearaty opened 5 years ago

MohammadNsearaty commented 5 years ago

LNK2019 unresolved external symbol flsbuf referenced in function "void cdecl spinner_edittext_callback(int)" (?spinner_edittext_callback@@YAXH@Z) glui

nigels-com commented 5 years ago

Looks like a linking issue.

Further information about the compiler and linker toolchains would be needed for this.

Possibly trying to link gcc-compiled code with Visual Studio?