Hello,
I have got bitmap in CFbsBitmap object(lets call it myBitmap.
How can i create second bitmap (also CFbsBitmap) which will be exactly the same as myBitmap.
In easiest word i would like to do something like this:
CFbsBitmap* myCopyBitmap = myBitmap;
// ofcourse i know that CFbsBitmap dont have operator =
thanks in advance
Nuker85



