#include <windows.h>

int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,
                    PSTR szCmdLine, int iCmdShow)
{
     MessageBox (NULL, TEXT ("Hello, World!"), TEXT ("HelloMsg"), 0) ;//0为OK

     return 0 ;
}

相关文章:

  • 2021-08-05
  • 2021-12-18
  • 2021-07-01
  • 2021-11-08
  • 2022-12-23
  • 2021-07-08
  • 2022-02-06
  • 2021-10-06
猜你喜欢
  • 2022-02-25
  • 2021-06-08
  • 2022-02-13
  • 2021-09-11
  • 2022-12-23
  • 2021-07-17
  • 2021-07-23
相关资源
相似解决方案