1
General Discussion / Porting a graphical program from Delphi to Mac
« on: September 03, 2012, 07:54:22 pm »
I want to port my Delphi program to Mac, and need to know whether it is possible. My program draws the graphics by pixels (a bitmap is treated as an usual array) and then renders it on TImage using GDI (bitblt, invalidaterect functions). I tried to write a test Firemonkey application which draws the graphic in such a way, but didn't have success (for example, TBitmap.PixelFormat in Firemonkey is not the same as in old Delphi). Is it possible in Mac? How Mida can help me?