Hello,
I am trying to scale a source CFbsBitmap bitmap to a destination CFbsBitmap with the ScaleL method.
It does not work. I have a crash like this "Unhandled exception in epoc.exe (FBSCLI.DLL) ..."
Below my code source :
Hello sopta007,
Thank you for your reply.
I found the problem.
In fact something was wrong in my CFbsBitmap destination cause of a bad assignment in my code.
So, now, ScaleL works well.