50分送上: error C2238: unexpected token(s) preceding ';'是什么错误??
#include "ImgCentDib.h"class SpecialEffectShow : public ImgCentDib
{
public:
SpecialEffectShow(CSize sz, int nBitCount, LPRGBQUAD lpColorTable, unsigned char* pImgData);
void Scan(CDC* pDC);
void Slide(CDC* pDC);//这行同时出现error C2059: syntax error : 'constant'和
//error C2238: unexpected token(s) preceding ';'两个错误
virtual ~SpecialEffectShow();
protected:
SpecialEffectShow();//防止从外部访问无参数的构造函数
};