AROS for Amiga can download here
http://amidev.kilu.net/afaupload.php3Bugfixes:
exec library Obtainsemaphorelist work now if same task have a lock in the semaphore fixed in AROS too
buffer overflow crash on some colorfonts fixed in AROS too (Georg Steger)
New Features
Stack is now increase for every program to avoid stack overflow due to lots of other patches
This feature is add in afa_system_lib.exe and work without AFA exec lib too.This let work in amigaforever install
dopus5.5 lha extract
AOS use Default stack of 4000 bytes.With AFA OS Stack is increase below 4500 byte to 4500 Bytes
over 4500 bytes Stack is increase by 260 bytes
Developers should notice:
If a user of your program developed on afa report strange crashes
tell him to increase stack size
AFA Prefs show now the AFA Logo.Thanks to Fishx for Creating the Logo
intution library is now far enough work to add a skin System to AROS and AFA.But because AROS have currently no
skinsystem it is not usefull to give up visualprefs and others so the intuition lib is not used until it
allow more features than Visualprefs/MCP do.
For developers that want know how AOS render the GUI is
in dir afa_OS/intuition/frameiclass.exe.Its a single file and is 500 lines long
When start this all buttons strings listviews are draw in opposite to show something.Here must the drawcode at
for skinable System.you can start the file without reboot and test your coding result.
See also the sysiclass.This contain another part (the window system icons)