To show the window, we have to change the subsystem configuration of VC project file from /SUBSYSTEM:WINDOWS to /SUBSYSTEM:CONSOLE.
Then insert the following code into your application .cpp file:
#if (defined __WXMSW__ ) && (defined __WXDEBUG__) IMPLEMENT_WXWIN_MAIN_CONSOLE #endif |
0 件のコメント:
コメントを投稿