Windows GUI + Console Output, Linux-style

前端 未结 4 873
再見小時候
再見小時候 2020-12-18 21:10

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

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-18 21:29

    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.

提交回复
热议问题