Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delphi on the Mac - possible? [closed]

Tags:

I am responsible for a Delphi/Win32 project management application. I have just completed a move to Delphi 2009.

More and more US based users want to use the application on their Mac computers, while the majority are Windows users.

Are there solutions out there to easily build a Delphi app that will natively run on MacOS?

With the release of RAD Studio XE2 in late 2011, Delphi developers should be able to build once and distribute on Win 32/64 and MacOS 32, with iOS support promised.

like image 373
Ryan Avatar asked Feb 02 '09 17:02

Ryan


1 Answers

You might want to try Lazarus:

http://www.lazarus.freepascal.org/

http://wiki.lazarus.freepascal.org/index.php/OS_X_Programming_Tips

like image 159
Sestrem Avatar answered Oct 07 '22 03:10

Sestrem