FreePascal compiler 2.5.1 for i386 AROS from SVN
Installation:
Copy contents of archive to Development:
a PATH to Development:bin
you will need some development tools (ld for example)
preinstalled in some distributions or use:
archives.aros-exec.org/share/development/language/aros-development.i386-aros.tgz
compile source:
fpc source.pas
or for lcl projects:
fpc project1.lpr
Includes:
- RTL Basics
- FCL Basics
- AROS Units e.g. exec, amigados, utility, mui (all unfinished)
- some additional packages
- some examples (e.g. Aros MUI example)
- LCL working: application, form, button, label, memo, editbox, checkbox, combobox, listbox, mainmenu, savedialog, loaddialog, messagedlg
for more informations about freepascal check
www.freepascal.org
Freepascal Documentation:
http://www.freepascal.org/docs.var
contact for more informations/help at
http://aros-exec.org/modules/newbb/viewtopic.php?topic_id=5975&forum=4
Changes:
- removed some nasty bug on very high memory addresses
- Added first lcl components, resources working
Uploaded using: archives.aros-exec.org
|