Mida Converter

Please login or register.

Login with username, password and session length
Advanced search  

News:

8 July 2012 - New server and new Forum !

Author Topic: Porting a graphical program from Delphi to Mac  (Read 30058 times)

Khimik

  • Newbie
  • *
  • Posts: 1
    • View Profile
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?
Logged

MauroBotta

  • Titolo
  • Administrator
  • Jr. Member
  • *****
  • Posts: 97
  • Mida Converter - Official Forum
    • View Profile
Re: Porting a graphical program from Delphi to Mac
« Reply #1 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.
Logged