I create a CFbsBitmap using EColor256. At some point I want to change the bitmap's display mode using SetDisplayMode() to EColor16M. This call returns error -2 (general error).
Any reason for that? Can't I change the display mode of a bitmap once it's created?
Thanx
Yaorn Tadmor
Re: SetDisplayMode not working
2010-02-24, 12:47#2
In the documentation of SetDisplayMode(), it is written that"The requested display mode cannot be greater (in bpp value) than the initial display mode", and I guess you are trying to do the same. So, cant change it to a higher mode.