错误信息
C:\Program Files\Microsoft Visual Studio\MyProjects\MDIDEMO\resource.h(16) : fatal error RC1004: unexpected end of file found
Error executing rc.exe.
// Microsoft Developer Studio generated include file.
// Used by MDIDemo.rc
这是resource.h
#define IDM_FILE_NEWHELLO                40001
#define IDM_FILE_NEWRECT                 40002
#define IDM_APP_EXIT                     40003
#define IDM_FILE_CLOSE                   40004
#define IDM_COLOR_BLACK                  40005
#define IDM_COLOR_RED                    40006
#define IDM_COLOR_GREEN                  40007
#define IDM_COLOR_BLUE                   40008
#define IDM_COLOR_WHITE                  40009
#define IDM_WINDOW_CASCADE                   40010
#define IDM_WINDOW_TILE                  40011
#define IDM_WINDOW_ARRANGE                   40012
#define IDM_WINDOW_CLOSEALL                  40013
那里有错误呀,我直接把resource.h里的文件给copy到rc里面就没有错误