Mida Converter

Mida Community Forum => General Discussion => Topic started by: Khimik on September 03, 2012, 07:54:22 pm

Title: Porting a graphical program from Delphi to Mac
Post by: Khimik 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?
Title: Re: Porting a graphical program from Delphi to Mac
Post by: MauroBotta on September 07, 2012, 12:18:16 am
I'm sorry but the conversion of Pascal code to draw a Canvas is too specific and complex, it can not be converted automatically from Mida.