Difference between revisions of "Free Pascal/fr"

From Lazarus wiki
Jump to navigationJump to search
Line 2: Line 2:
  
 
== Lazarus et le compilateur Free Pascal ==
 
== Lazarus et le compilateur Free Pascal ==
La version recommandée du compilateur Free Pascal pour l'IDE Lazarus est 2.0.4; il y a des versions plus récentes (2.0.5 et  2.1.1), mais instabilités intermittentes sont encore en trein d'être trouvées. Les réalisations les plus récentes peut être trouvé sur le site  [http://sourceforge.net/project/showfiles.php?group_id=2174 sourceforge de Free Pascal], cependant la version recommandée ensemble  with the matching Lazarus release can be found at the [http://sourceforge.net/project/showfiles.php?group_id=89339 Lazarus sourceforge] download area. Various source packages and binaries are available from these download sites.
+
La version recommandée du compilateur Free Pascal pour l'IDE Lazarus est 2.0.4; il y a des versions plus récentes (2.0.5 et  2.1.1), mais instabilités intermittentes sont encore en trein d'être trouvées. Les réalisations les plus récentes peuvent être trouvé sur le site  [http://sourceforge.net/project/showfiles.php?group_id=2174 sourceforge de Free Pascal], bien que la version recommandée allant de paire avec Lazarus peut être trouvée dans la zone de téléchargement du site [http://sourceforge.net/project/showfiles.php?group_id=89339 sourceforge de Lazarus]. Divers paquets et fichiers binaries sont disponibles depuis ces sites de téléchargement .
  
The recommended version of the Free Pascal Compiler for the Lazarus IDE is 2.0.4. The latest version can be found in the [http://sourceforge.net/project/showfiles.php?group_id=2174 Files section] of the Lazarus-CCR site as a package called "FPC - updated version".  
+
La version recommandée du compilateur Free Pascal pour l'IDE Lazarus est 2.0.4. La dernière version peut être trouvée dans  [http://sourceforge.net/project/showfiles.php?group_id=2174 la section fichiers] du site de Lazarus-CCR comme un paquet appelé  "FPC - updated version".  
  
Information where fpc 2.0 can be downloaded or how to connect to the SVN repository, can be found at http://www.freepascal.org/develop.html .
+
L'information sur où fpc 2.0 peut être téléchargé ou comment se connecter au dépôt SVN , peut être trouvé à l'adresse http://www.freepascal.org/develop.html .
  
 
== From the Free Pascal Compiler website: ==
 
== From the Free Pascal Compiler website: ==

Revision as of 15:29, 12 June 2007

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

Lazarus et le compilateur Free Pascal

La version recommandée du compilateur Free Pascal pour l'IDE Lazarus est 2.0.4; il y a des versions plus récentes (2.0.5 et 2.1.1), mais instabilités intermittentes sont encore en trein d'être trouvées. Les réalisations les plus récentes peuvent être trouvé sur le site sourceforge de Free Pascal, bien que la version recommandée allant de paire avec Lazarus peut être trouvée dans la zone de téléchargement du site sourceforge de Lazarus. Divers paquets et fichiers binaries sont disponibles depuis ces sites de téléchargement .

La version recommandée du compilateur Free Pascal pour l'IDE Lazarus est 2.0.4. La dernière version peut être trouvée dans la section fichiers du site de Lazarus-CCR comme un paquet appelé "FPC - updated version".

L'information sur où fpc 2.0 peut être téléchargé ou comment se connecter au dépôt SVN , peut être trouvé à l'adresse 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