Getting tired of the terrible cmd window, I found ConEmu which turned out to be a great replacement... except it suppresses the creation of the OpenGL window when I double-click launch the exe (I have ConEmu take over the normal cmd window completely).
If I launch the exe by going to the folder through ConEmu and typing out the name testOpenGL.exe then the application window launches properly.
It would be great if anyone has come across a similar issue and knows the solution.
Link to file: https://www.dropbox.com/s/meif3dgq4cxq5ct/tlocInputCallbacks.7z?dl=0
The window itself is empty because nothing is drawn (wanted to avoid sharing assets), but it shows up. That is, without
ConEmuthe console shows up as well as the window with anOpenGLcontext. Double clicking and lettingConEmuhandle the console output does not spawn the window. Running the app manually throughConEmuby using the command prompt running theexefixes the issue.