My first EVC program

xiaoxiao2021-03-06  21

#include int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nShowCmd) {MessageBox (NULL, TEXT (), TEXT ( "Hello"), MB_OK "Hello, World!"); return 0 }

Pay attention to the lpcmdline parameters, this is different from the ordinary VC SDK, just tossing here for a long time, it seems that everything has to be learned from the head.

转载请注明原文地址:https://www.9cbs.com/read-44555.html

New Post(0)