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
We use ::AllocConsole() instead of ::AttachConsole and it remains open throughout the app. Try that?