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

Windows Visual Studio Project needs updating #114

Closed nigels-com closed 5 years ago

nigels-com commented 5 years ago

I had a go today building GLUI on Windows 10 with Visual Studio 2019.

Some issues I came across:

Options:

nigels-com commented 5 years ago

The other issue I bumped into is including windows.h with the NOMINMAX macro, which GLUI isn't doing systematically. Suggests to me that Windows support has been broken for quite some time. I'm not sure if current Visual Studio is still defaulting to Win32 mode. (WIN32? _WIN32?)