Difference between revisions of "FPC/es"

From Free Pascal wiki
Jump to navigationJump to search
Line 45: Line 45:
 
==Diseñando FPC==
 
==Diseñando FPC==
  
*[[Compiler development articles|Artículos de diseño del compilador]]
+
* [[Compiler development articles|Artículos de diseño del compilador]].
  
*[[Language related articles|Artículos relacionados con el lenguaje]]
+
* [[Language related articles|Artículos relacionados con el lenguaje]].
  
*[[Compile With Delphi|Compilación con Delphi]]
+
* [[Compile With Delphi|Compilación con Delphi]].
  
 
* [[FPC Unicode support|Soporte UNICODE para FPC (FreePascal Compiler)]].
 
* [[FPC Unicode support|Soporte UNICODE para FPC (FreePascal Compiler)]].

Revision as of 23:15, 6 April 2009

العربية (ar) Deutsch (de) English (en) español (es) فارسی (fa) français (fr) magyar (hu) Bahasa Indonesia (id) 日本語 (ja) 한국어 (ko) português (pt) русский (ru) 中文(中国大陆)‎ (zh_CN)

This is the main page of the Free Pascal Compiler (FPC) itself.

Información general

Pascal Standar
Plataformas soportadas

Modos de lenguaje soportados (Language Mode):

Using FPC

  • Escribiendo código portable con respecto a la arquitectura del procesador [[1]]
  • Escribiendo código eficiente [[2]]


Cross compiling

Link on target

Using resourcestrings

CGI Web Programming

Releasing units without source code

Tested Unstable Revisions

  • Testeando revisiones inestables.
  • Cambios útiles

Useful changes not in the fixes branch: a list of revisions of fpc 2.3.1, that are not part of fpc 2.2.0.

  • Programando con objetos y clases

Programming with Objects and Classes Título del enlace

Diseñando FPC