用VC6 的wizard生成win32应用程序,发现了几个错别字。
// Foward declarations of functions included in this code module:
ATOM MyRegisterClass(HINSTANCE hInstance);
Foward - > Forward
// Mesage handler for about box.
LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
Mesage - > Message