is Delphi cross platform? - TechRepublic
General discussion
May 18, 2010 at 02:37 PM
jaqui

is Delphi cross platform?

by jaqui . Updated 16 years, 1 month ago

not if you use the “official” proprietary version.

but for those who use Delphi for development a lot, there is good news:
http://freepascal.org/
has a splintered project:
http://lazarus.freepascal.org

that provides the older Delphi ui and toolkits, in cloned code.
uses the lcl [ Lazerus Component Library ] but they worked hard to have the project duplicate the functionality, look and feel of Delphi / C++ Builder 6 / Kylix

So now Delphi [ pascal / object oriented pascal ] has a cross platform implementation, with RAD dev tools that work look and feel the same across the platforms.

This discussion is locked

All Comments