编译错误,请高手帮忙修改
Compiling...
CDROMControl.cpp
f:\vc\cdromcontrol\cdromcontroldlg.h(14) : error C2011: 'CCDROMControlDlg' : 'class' type redefinition
F:\vc\CDROMControl\CDROMControl.cpp(27) : error C2511: 'CCDROMControlDlg::CCDROMControlDlg' : overloaded member function 'void (class CWnd *)' not found in 'CCDROMControlDlg'
f:\vc\cdromcontrol\cdromcontrol.h(22) : see declaration of 'CCDROMControlDlg'
F:\vc\CDROMControl\CDROMControl.cpp(193) : fatal error C1004: unexpected end of file found
CDROMControlDlg.cpp
f:\vc\cdromcontrol\cdromcontroldlg.h(14) : error C2011: 'CCDROMControlDlg' : 'class' type redefinition
F:\vc\CDROMControl\CDROMControlDlg.cpp(64) : error C2511: 'CCDROMControlDlg::CCDROMControlDlg' : overloaded member function 'void (class CWnd *)' not found in 'CCDROMControlDlg'
f:\vc\cdromcontrol\cdromcontrol.h(22) : see declaration of 'CCDROMControlDlg'
F:\vc\CDROMControl\CDROMControlDlg.cpp(184) : fatal error C1004: unexpected end of file found
Generating Code...
Error executing cl.exe.
CDROMControl.exe - 6 error(s), 0 warning(s)
上面的错误是什么,怎么修改?
先谢了!