Hi:
I use CFbsBitmapDevice in a view,but the compiler said is wrong:
#include <coecntrl.h>
#include <bitdev.h>
#include <fbs.h>
#include <bitstd.h>
class CDrawImageTestAppView : public CCoeControl//,public MCoeControlObserver
{
...
CFbsBitmapDevice* iBitmapDev;
};
The compiler said:illegal struct/union/enum/class definition:iBitmapDev
(I also add the bitgdi.lib to my project.)
why?What's wrong?
help me,master-hand,very thanks!![]()





