Dispatchmessage debug 模式无法退出

    技术2022-06-26  58

    今天遇到一个问题,写的VC程序, 

     if ( GetMessage( &msg, NULL, 0, 0 ) != 0 )  {   TranslateMessage(&msg);    DispatchMessage(&msg);   }

    当运行到DispatchMessage()时,如果是Debug模式,debug无法停止,可是在资源管理器里面看应用程序时退出了的呀,奇怪。。。,不知道会对系统有什么影响。


    最新回复(0)