Selasa, 29 Desember 2009

Free Pascal The best Pascal Compiler

Free Pascal is a 32- and 64-bit Pascal compiler.Free Pascal is designed to be, as much as possible, source compatible with Turbo Pascal 7.0 and Delphi 7 (although this goal is not yet attained), but it also enhances these languages with elements like operator overloading. And, unlike these ancestors, it supports multiple platforms.It also differs from them in the sense that you cannot use compiled units from one system for the other, i.e. you cannot use TP compiled units. Also, there is a text version of an Integrated Development Environment (IDE) available for Free Pascal. Users that prefer a graphical IDE can have a look at the Lazarus or MSIDE projects.

Free Pascal consists of several parts :
1. The compiler program itself.
2. The Run-Time Library (RTL).
3. The packages. This is a collection of many utility units, ranging from the whole Windows 32 API, through native ZIP/BZIP ?le handling to the whole GTK-2 interface.
4. The Free Class Library. This is a set of class-based utility units which give a database frame- work, image support, web support, XML support and many many more.
5. Utility programs and units.

Of these you only need the ?rst two, in order to be able to use the compiler. In this document, we
describe the use of the compiler and utilities. The Pascal Language is described in the Reference
guide, and the available routines (units) are described in the RTL and FCL Unit reference guides.

Tidak ada komentar:

Posting Komentar