Closed anne-gropler closed 6 years ago
Checkout master, use glbinding from master (timestamp for both: 25.10.2018 14:30). Start qtexample of globjects, compiler error C2665 on line https://github.com/cginternals/globjects/blob/1a0abe5f866202369860f9e7b2d09c1c7d6e8638/source/examples/qtexample/main.cpp#L51 Same for qtexample-ex.
Using Windows 10 and Visual Studio 15 2017 x64. Happens since glbinding::ProcAddress.h
was changed in this commit.
@Tobias1595
This commit should at least fix the compilation error.
Both problems are fixed, thanks a lot! :)
Set up globjects from master, use glbinding from master, then start the qtexample application.
Execution stops at glbinding::Function.inl::246:
assert(AbstractFunction::maxPos() >= pos);
because pos is 0 and maxPos returns -1.Stack:
Is this a bug? Or a configuration error with glbinding? If the latter, how to I configure it correctly?
I am working on Windows 10, MVS 2017 (Version 15.8.6), setup with CMake 3.12.3 and Qt 5.11.2.