Difference between revisions of "AROS Programs"

From Freepascal Amiga wiki
Jump to navigation Jump to search
(Creation of page and added two commandline utilities written using FreePascal)
 
(Added descriptions for the two inital added tools)
Line 1: Line 1:
 
== Commandline Utilities: ==
 
== Commandline Utilities: ==
 
* SetPenColor [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=68146#forumpost68146]
 
* SetPenColor [http://aros-exec.org/modules/newbb/viewtopic.php?post_id=68146#forumpost68146]
 +
: Utility to manipulate colors of a screen. Started out as an example on how to parse commandline parameters AROS-style.
 
* 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.

Revision as of 13:51, 27 August 2013

Commandline Utilities:

  • SetPenColor [1]
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.