Difference between revisions of "RTL development articles"

From Lazarus wiki
Jump to navigationJump to search
Line 24: Line 24:
 
[[WinCE port]]
 
[[WinCE port]]
  
[[PalmOs port]]
+
[[PalmOS port]]
  
 
[[Minimal RTL]]
 
[[Minimal RTL]]
  
 
[[Category:RTL]]
 
[[Category:RTL]]

Revision as of 20:40, 17 October 2015

Information about building the FPC project is in the so called buildfaq(pdf), see buildfaq

Some notes about the Unix RTL are on http://www.stack.nl/~marcov/unixrtl.pdf

Comments can be written below, or reported to marco at freepascal dot org

System unit structure - information about structure of unit System (specification of the platform specific helpers and shared code and their behaviour - for porting to new platforms)

Porting the Unix rtl to a new target

Unix RTL to do list

Delphi unit status list

Missing functions/methods

OS aware RTL

New in the 1.9.x rtl (not yet in the docs)

Solaris Port

WinCE port

PalmOS port

Minimal RTL