Sublime Forum

Windows 8, C++ Run opengl window don´t show

#1

I´m using Sublime for c++ dev, and on Win 7 it works properly, with build and run commands:
(Run as :

"variants": { "name": "Run", "cmd": "${file_path}/${file_base_name}.exe"] } ] )

In Win 8, I build a simple opengl window, and on Run it executes the app , send all console to the sublime output, but don´t show the window.
But if executed directly with cmd, it opens normally.

0 Likes