//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by MediaPlayer.rc
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_MEDIAPLAYER_DIALOG 102
#define IDR_MAINFRAME 128
#define IDB_BITMAP_BKGROUND 129
#define IDR_MENU_MAIN 134
#define IDR_MENU1 135
#define IDC_BUTTON_OPEN 1000
#define IDC_BUTTON_PLAY 1001
#define IDC_BUTTON_PAUSE 1002
#define IDC_BUTTON_STOP 1003
#define IDC_SLIDER_PLAY 1004
#define IDC_SLIDER_VOLUME 1005
#define IDC_BUTTON_GRASP 1006
#define IDC_BUTTON_EXIT 1007
#define IDC_VIDEO_WINDOW 1008
#define ID_MENU_OPENFILE 32771
#define ID_MENU_CLOSEFILE 32772
#define ID_MENU_PLAY 32773
#define ID_MENU_STOP 32774
#define ID_Menu 32775
#define ID_MENU_NORMALRATE 32776
#define ID_MENU_HALFRATE 32777
#define ID_MENU_DOUBLERATE 32778
#define ID_MENU_GRABIMAGE 32779
#define ID_MENU_FULLSCREEN 32780
#define ID_MENU_MUTE 32781
#define ID_MENU_ALWAYSONTOP 32782
#define ID_MENU_SAVEGRAPH 32783
#define ID_MENU_EXIT 32784
// Next default values for new objects
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 136
#define _APS_NEXT_COMMAND_VALUE 32786
#define _APS_NEXT_CONTROL_VALUE 1010
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
编译的时候出现
错误 1 error RC1004: unexpected end of file found C:\Documents and Settings\lmh\桌面\Player\MediaPlayer\resource.h 46 1 Play
的错误提示。
资源编译器错误 RC1004 错误消息 遇到意外的文件结束
此错误是由于文本文件的最后一行中缺少换行符和回车符而造成的。