我在在进行brew编程时,定义了一个变量:IBitmap *pBitmap;可编译时出了错:error C2275: 'IBitmap' : illegal use of this type as an expression
后来我换成了IImage *pImage;但还是有错:error C2275: 'IImage' : illegal use of this type as an expression
好像只要用那些接口都有错,请问是怎么回事??谢谢
...全文
16763打赏收藏
brew接口问题
我在在进行brew编程时,定义了一个变量:IBitmap *pBitmap;可编译时出了错:error C2275: 'IBitmap' : illegal use of this type as an expression 后来我换成了IImage *pImage;但还是有错:error C2275: 'IImage' : illegal use of this type as an expression 好像只要用那些接口都有错,请问是怎么回事??谢谢