//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by icon.rc
//
#define IDI_ICON                        101// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        102
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif
wndclass.hIcon         = LoadIcon (NULL, MAKEINTRESOURCE(IDI_ICON)) ;
wndclass.hCursor       = LoadCursor (NULL, IDC_ARROW) ;
另外文件夹中还有一个icon1.ion图标  
为什么运行程序的时候显示惊叹号呢?