LiveAsynchronousVisualizedArchitecture

Results 14 comments of LiveAsynchronousVisualizedArchitecture

Thanks for looking into it. One more element is that I didn't have a wgext.h file in the include install so I used one from the Khronos website.

Thanks again for looking into it. On startup there is actually an error of "The specified module could not be loaded." I'll see what I can figure out about that....

It is possible but I don't think it is likely since glfw and even a previous version of TinyWindow.h have both worked before. I do have two monitors running at...

That is true, and a good idea. It would at least get rid of one possible source of error.

Close - it crashes on wglCreateContextAttribsARB because the function pointer itself is NULL. ![tinywindow 1](https://cloud.githubusercontent.com/assets/22276639/26507539/63de8024-4216-11e7-8648-d44b2b41e50d.png)

Yes. It doesn't get to that point normally though, because wglGetExtensionsStringARB and wglGetExtensionsStringEXT are both NULL, which makes the function return. If I comment out the error check, all the...

Right. None of the extensions load as far as I can tell. dummyDeviceContextHandle from GetDC() is not NULL however its unused struct member can't be read by the msvc debugger...

Ok. I have a 970, but I have been using glfw with 3.3 so it is certainly worth a try.

How do I change the version? From what I can tell these errors all happen before any version numbers are used.

That makes sense, but the crash comes from the extensions not loading, so I don't get to the point where I can choose the version.