[fpc-pascal] Alternative for Delphi and FPC's RTL and FCL
Sven Barth
pascaldragon at googlemail.com
Tue Nov 8 12:35:58 CET 2011
Am 08.11.2011 11:50, schrieb Michael Van Canneyt:
> There are only 2 (3 depending on how you work) units that need to be
> present
> to be able to work with FPC (unless you want to work on the compiler
> itself):
>
> system
> objpas
> macpas
>
> These units are required by the language itself.
>
> All the other units are entirely optional.
There are some other units that the compiler will include if certain
options are given or features are used.
* units for resource access (fpintres or fpextres) (it might be that
they are always included since 2.4 and removed later if they are not needed)
* Objective Pascal base unit
* unit for mode ISO
* units for access to debug format (lineinfo, infodwrf)
* heaptrc
I hope this are all ^^
Regards,
Sven
More information about the fpc-pascal
mailing list