matus-chochlik / oglplus

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) C-language APIs. It provides wrappers which automate resource and object management and make the use of these libraries in C++ safer and more convenient.
http://oglplus.org/
Boost Software License 1.0
492 stars 72 forks source link

include <oglplus/config/fix_gl_extension.hpp> missing #143

Open BSVogler opened 6 years ago

BSVogler commented 6 years ago

I tried compiling _example_glutglew via the etc\msvc11\OGLplus\OGLplus.sln file in MSVS2017.

This include can not be found. There is no file fix_gl_extension.hpp.

matus-chochlik commented 6 years ago

Hi,

try using the cmake build system. The manually created solutions are pretty outdated.