Difference between revisions of "AROS Programs"

From Freepascal Amiga wiki
Jump to navigation Jump to search
(→‎Commandline Utilities:: added ExtractBinutils specialist command line utility)
(→‎Commandline Utilities:: Moved additional info from ExtractBinutils other location)
Line 8: Line 8:
 
* PlayMP3 [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=64417#forumpost64417]
 
* PlayMP3 [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=64417#forumpost64417]
 
: Tool to play MP3-files using mpega.library. Initially created to show that FPC can be used to fullfill a bounty.
 
: Tool to play MP3-files using mpega.library. Initially created to show that FPC can be used to fullfill a bounty.
* ExtractBinutils [http://magorium.alb42.de/pub/wikifiles/ExtractBinutils.i386-aros.zip], [http://magorium.alb42.de/pub/projects/ExtractBinutils.src-aros.zip source] includes ported [http://sourceforge.net/projects/isolib/ TISOLib] (thanks ALB)
+
* ExtractBinutils [http://magorium.alb42.de/pub/wikifiles/ExtractBinutils.i386-aros.zip]
: Specialist tool that extract the Binutils from a AROS/i386 (ABIiv0) nightly download .ISO file.
+
: Specialist tool that extract the Binutils from a AROS/i386 (ABIiv0) nightly download .ISO file. [http://magorium.alb42.de/pub/projects/ExtractBinutils.src-aros.zip Source] includes ported [http://sourceforge.net/projects/isolib/ TISOLib] (thanks ALB)
  
 
== Workbench Utilities: ==
 
== Workbench Utilities: ==
 
* wbXcli [http://archives.aros-exec.org/?function=showfile&file=utility/workbench/wbxcli-i386-aros.zip]
 
* wbXcli [http://archives.aros-exec.org/?function=showfile&file=utility/workbench/wbxcli-i386-aros.zip]
 
: A tool that can only be used as project tool. It launches any provided executable once icon clicked, with user definable parameter(s) by making use of the project's tooltypes. (It circumvents having to use IconX + script on many occasions)
 
: A tool that can only be used as project tool. It launches any provided executable once icon clicked, with user definable parameter(s) by making use of the project's tooltypes. (It circumvents having to use IconX + script on many occasions)

Revision as of 12:44, 10 August 2014

GUI Utilities:

  • Show Windows [1]
A program to list the current windows on screen with parent relations. (included in distro, or as seperate download).

Commandline Utilities:

  • SetPenColor [2]
Utility to manipulate colors of a screen. Started out as an example on how to parse commandline parameters AROS-style.
Tool to play MP3-files using mpega.library. Initially created to show that FPC can be used to fullfill a bounty.
  • ExtractBinutils [4]
Specialist tool that extract the Binutils from a AROS/i386 (ABIiv0) nightly download .ISO file. Source includes ported TISOLib (thanks ALB)

Workbench Utilities:

A tool that can only be used as project tool. It launches any provided executable once icon clicked, with user definable parameter(s) by making use of the project's tooltypes. (It circumvents having to use IconX + script on many occasions)