Free Pascal

From Lazarus wiki
Jump to navigationJump to search

Deutsch (de) English (en) français (fr) 日本語 (ja) slovenčina (sk)

Lazarus and the Free Pascal Compiler

The recommended version of the Free Pascal Compiler for the Lazarus IDE is 2.2.4; there are more recent versions (2.4.0 RC), but intermittent instabilities are still being found. The most recent releases can be found at the Free Pascal sourceforge site, though the recommended version together with the matching Lazarus release can be found at the Lazarus sourceforge download area. Various source packages and binaries are available from these download sites.

The recommended version of the Free Pascal Compiler for the Lazarus IDE is 2.2.4. The latest version can be found in the Files section of the Lazarus-CCR site as a package called "FPC - updated version".

Information where fpc 2.4.0 RC can be downloaded or how to connect to the SVN repository, can be found at http://www.freepascal.org/develop.html .

From the Free Pascal Compiler website:

Overview

Free Pascal (aka FPK Pascal) is a 32 bit pascal compiler. It is available for different processors (Intel 80386 and compatibles and Motorola 680x0) and operating systems (Linux, FreeBSD, NetBSD, DOS, Win32, OS/2, BeOS, SunOS (Solaris), QNX and Classic Amiga).

Features

The language syntax is semantically compatible with TP 7.0 as well as most versions of Delphi (classes, rtti, exceptions, ansistrings). Furthermore Free Pascal supports function overloading, operator overloading and other such features.

Requirements

For the intel 80x86 version at least a 386 processor is required, but a 486 is recommended. For the motorola 680x0 version, a 68020 or later processor is recommended. In all cases, a minimum of 8 Megabytes of RAM is recommended, but the compiler is reported to work with 2 Megabytes of RAM.

License

The packages and runtime library come under a modified Library GNU Public License to allow the use of static libraries when creating applications. The compiler source itself comes under the GNU General Public License. The sources for both the compiler and runtime library are available; the complete compiler is written in Pascal.

Documentation

The Free Pascal Compiler documentation is available on this site or it can be found online and in a variety of downloadable formats on the main Free Pascal Compiler site.

Free Pascal Compiler Homepage

http://www.freepascal.org/ - Main site
http://sourceforge.net/projects/freepascal/ - Sourceforge download site

Original contributors and changes

This page has been converted from the epikwiki version.

  • Page created, initial content - VlxAdmin 9/22/2003
  • Added link for fpc 1.1 downloads - Vincent 9/28/2003
  • Added FPC Documentation and links - VlxAdmin 10/20/2003
  • update to 2.0.4