Trisha Shetty (Editor)

Megido (Free Pascal)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The Megido project was an unsuccessful historic attempt to develop a visual integrated development environment (IDE) for rapid application development (RAD) with the Free Pascal compiler.

Contents

History

Development began in 1998, and it was intended to adapt the existing IDE Sibyl for Free Pascal. In addition, it was planned to port Megido to Linux in order to support cross-platform development. Unlike its successor Lazarus, Megido was supposed to function as an open-source Delphi clone in order to support full compatibility.

The Megido project failed in 1999 due to restrictions resulting from the Sibyl base, disagreement among the developers and then dramatic changes of the Free Pascal architecture.

Achievements of the Megido project could be used, however, to support the transition from WDSibyl to Open Sibyl and to lay the foundations of the later successful Lazarus IDE.

Architecture

Megido made use of the Free Pascal Compiler, the Free Pascal Runtime Library (RTL) and the Free Component Library (FCL). Functions that were available in the VCL but not supported by the FCL were implemented by the MCL (Megido Class Library), the library SPCC (Sibyl Portable Component Classes or SpeedSoft's Portable Component Classes, a visual component library for Windows and OS/2) and widget libraries for GTK or Qt. This made it possible to develop platform-sensitive software for Windows, OS/2 and Linux.

This design anticipated the more complex widgetset mechanism of Lazarus. However, unlike Lazarus, Megido wasn't intended to support development for Mac OS X, Android, iOS, Solaris and BSD.

References

Megido (Free Pascal) Wikipedia