Difference between revisions of "FPC documentation"

From Lazarus wiki
Jump to navigationJump to search
(remove manual listing of categories already done via transcluded {{FPC documentation}}, insert new external link: update URL to use http𝘴 instead of http)
 
(17 intermediate revisions by 12 users not shown)
Line 1: Line 1:
 
{{FPC documentation}}
 
{{FPC documentation}}
  
在本網頁中,收集了與FPC相關的文章,這些文章不適合放在官方說明文件,或者還沒準備好加入官方文件裡面。
+
This page collects '''FPC documentation''' related articles which do not fit into the official documentation or which aren't ready for the official documentation yet.
  
== 主要元件 ==
+
== Main components ==
 +
* [[FPC|Free Pascal Compiler (FPC)]]
 +
* [[RTL|Runtime Library (RTL)]]
 +
* [[FCL|Free Component Library (FCL)]]
 +
* [[Packages Base]], [[Packages Extra]] are now combined as [[Package List]]
 +
* [[Free Vision]]
 +
* [[Textmode IDE]]
 +
* [[Utilities]] ([[Fpcmake]], [[H2Pas]], [[PPUDump]], [[PPUMove]], [[PTop]], [[pas2jni]])
 +
* [[Contributed Units]]
 +
* [[FPMake]]
  
[[FPC|Free Pascal編譯器(FPC)]]  
+
==  Misc info ==
 +
* [[Platform list]]
 +
* [[User Changes Trunk]] - summary of important changes and incompatibilities to previous releases visible for FPC users ''in the current trunk/development version''
 +
* [[Road map]]
 +
* [[Pascal Bindings]]
 +
* [[Building the CLX with FPC]]
 +
* [[Making the FPC libraries shared]]
 +
* [[General Pascal and software Development remarks]]
 +
* [[To Do lists]] (including answers to "How can I help?")
 +
* [[Releasing|Releasing related resources]]
 +
* [[Compiler development articles]]
  
[[RTL|執行時期函式庫(RTL)]]
+
== See also ==
 
+
* [https://www.freepascal.org/ Official FPC site]
[[FCL|自由元件函式庫 (FCL)]]
 
 
 
[[Packages Base|基本元件組]], [[Packages Extra|附加元件組]]
 
 
 
[[Free Vision|Free Vision (自由遠景)]]
 
 
 
[[Textmode IDE|文字模式 IDE]]
 
 
 
[[Utilities|工具組]] ([[Fpcmake]], [[H2Pas]], [[PPUDump]], [[PPUMove]], [[PTop]])
 
 
 
[[Contributed Units|有貢獻的單元]]
 
 
 
[[FPMake]]
 
 
 
== 基礎資訊 ==
 
 
 
[[Platform list|平台列表]]
 
 
 
[[Pascal Bindings|Pascal 連結(Bindings)]]
 
 
 
[[Road map|發展路線圖]]
 
 
 
[[Building the VCL with FPC|以FPC建立VCL]]
 
 
 
[[Building the CLX with FPC|以FPC建立CLX]]
 
 
 
[[Making the FPC libraries shared|讓FPC的函式庫能夠被共用]]
 
 
 
[[General Pascal and software Development remarks|一般Pascal與軟體開發通則]]
 
 
 
[[To Do lists|待完成清單]]
 
 
 
[[Releasing|發佈相關資源]]
 

Latest revision as of 19:45, 24 January 2022

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

This page collects FPC documentation related articles which do not fit into the official documentation or which aren't ready for the official documentation yet.

Main components

Misc info

See also