LRESULT _stdcall WndProc(HWND ,UINT, WPARAM, LPARAM);
HWND CreateMyWindow( HINSTANCE hIns, int iCmdShow );
bool RegisterWinClass( HINSTANCE hIns, HICON hIcon = NULL );
1>main.obj : error LNK2001: 无法解析的外部符号 "struct HWND__ * hostWinhwnd" (?hostWinhwnd@@3PAUHWND__@@A)
1>main.obj : error LNK2001: 无法解析的外部符号 "struct HINSTANCE__ * hostWinhIns" (?hostWinhIns@@3PAUHINSTANCE__@@A)
1>main.obj : error LNK2019: 无法解析的外部符号 "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@IIJ@Z),该符号在函数 "bool __cdecl RegisterWinClass(struct HINSTANCE__ *,struct HICON__ *)" (?RegisterWinClass@@YA_NPAUHINSTANCE__@@PAUHICON__@@@Z) 中被引用