I have a GUI application, which I am developing cross-platform for Linux and Windows. On Linux, everything works smoothly. However, I\'ve run into a hitch on Windows. I woul
I remember reading something about this and if I remember correctly the solution was to add a gui to a console project instead of adding a console to a gui project because the latter could only be done by opening a new console.