CCres: Difference between revisions

From RISC OS
Jump to navigationJump to search
(added applicationbox and stub tag)
(added unknown to languages)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Applicationbox|name=CCres|maintainer=[[User:Joty|John Tytgat]]|desc=CCres converts RISC OS Toolbox Resource (filetype &FAE) and Wimp Template files (filetype &FEC) to and from text format acting as a compile and decompiler for those formats. The text format uses a simple C-like layout based on the equivalent [http://ro-oslib.sourceforge.net/ OSLib] header definitions.|url=http://www.bass-software.com/ccres/}}
{{Applicationbox|name=CCres|maintainer=[[User:Joty|John Tytgat]]|desc=CCres converts RISC OS Toolbox Resource (filetype &FAE) and Wimp Template files (filetype &FEC) to and from text format acting as a compile and decompiler for those formats. The text format uses a simple C-like layout based on the equivalent [http://ro-oslib.sourceforge.net/ OSLib] header definitions.|url=http://www.bass-software.com/ccres/|image=None|caption=None|os=Unknown|alt=Unknown|languages=Unknown}}
==What is CCres ?==
==What is CCres ?==



Latest revision as of 00:27, 5 October 2009

CCres
Icon:
Maintained by: John Tytgat
Description: CCres converts RISC OS Toolbox Resource (filetype &FAE) and Wimp Template files (filetype &FEC) to and from text format acting as a compile and decompiler for those formats. The text format uses a simple C-like layout based on the equivalent OSLib header definitions.
OS Restrictions: Unknown
Languages: Unknown
Alternatives: Unknown
Website: http://www.bass-software.com/ccres/

What is CCres ?

CCres converts RISC OS Toolbox Resource (filetype &FAE) and Wimp Template files (filetype &FEC) to and from text format acting as a compile and decompiler for those formats. The text format uses a simple C-like layout based on the equivalent OSLib header definitions.

There is a command line CCres version as well a regular Wimp based application using drag'n'drop. Here are just a few possible uses:-

  • Gadget/Icon renumbering
  • Add or review interactive help
  • Simplifies language translation
  • File compare of text format Resource and Template files gives useful output !
  • Textual version can be stored in in source control systems like CVS or Subversion for easy diff'ing and binary version can be compiled during product building.

Author

Dave Appleby wrote all the code up to v1.08 (included). Versions after that (v1.09 and later) are maintained by John Tytgat.

References