oglplus
oglplus copied to clipboard
OGLplus is a collection of open-source, cross-platform libraries which implement an object-oriented facade over the OpenGL® (version 3 and higher) and also OpenAL® (version 1.1) and EGL (version 1.4)...
When I run the configure script on Windows 7: ``` shell configure.py --use-gl-init-lib GLFW3 --use-gl-api-lib GLEW --include-dir C:\glut-3.7.6-bin --include-dir C:\glfw-3.0.4.bin.WIN32\include --include-dir C:\glew-1.10.0\include --library-dir C:\glut-3.7.6-bin --library-dir C:\glfw-3.0.4.bin.WIN32\lib-msvc110 --library-dir C:\glew-1.10.0\lib\Release\Win32 --strict-gl-version-detection False...
Hi, Just a question: have you tried to compile with Visual Studio 2013 ? This new version of the compiler seems to implement the c++11 default for special member function....