Menu

Tree [ecd09e] master / res2coff /
 History

HTTPS access


File Date Author Commit
 .cvsignore 2009-09-15 Charles Wilson Charles Wilson [ae3784] Restructure for forthcoming 0.4 release.
 Makefile.am 2009-09-15 Charles Wilson Charles Wilson [ae3784] Restructure for forthcoming 0.4 release.
 README 2002-09-29 Jose Fonseca Jose Fonseca [b7dccb] Removed files which are autogenerated and shoul...
 objimage.c 2002-09-29 Jose Fonseca Jose Fonseca [b7dccb] Removed files which are autogenerated and shoul...
 protos.h 2002-05-26 Luke Dunstan Luke Dunstan [639452] Convert some text files to Unix format
 res2coff.c 2002-05-26 Luke Dunstan Luke Dunstan [639452] Convert some text files to Unix format
 res2coff.h 2002-09-29 Jose Fonseca Jose Fonseca [b7dccb] Removed files which are autogenerated and shoul...
 resimage.c 2009-09-15 Charles Wilson Charles Wilson [3dd3c6] Silence build warnings, improve build system

Read Me

RES2COFF : a binary resource to COFF object format converter

First of all understand this :

  *  THIS SOFTWARE IS NOT COPYRIGHTED
  *
  *  This source code is offered for use in the public domain. You may
  *  use, modify or distribute it freely.
  *
  *  This code is distributed in the hope that it will be useful but
  *  WITHOUT ANY WARRANTY. ALL WARRENTIES, EXPRESS OR IMPLIED ARE HEREBY
  *  DISCLAMED. This includes but is not limited to warrenties of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Second, should you reuse it, I'd really appretiate a reference to this 
software. Blessings (if the program is useful to you), why not. Blamings,
none.

Now how to use it:

res2coff [-v] -i <resource file> -o <object file>

Both the resource and the object file have to be fully qualified and include
the extension. I never assume anything about files.

the -v flag will turn on a verbose mode which will show you a
short recap of all resources found in the resource file.

Revision history:

v1.00 First 'working' version using Jacob Navia's lccwin32
v1.10 Ported to the Minimalist GNUWIN32 with the win32 headers
      from lccwin32, modified to pack system structures under GCC
v1.20 Sorts the string tables found and now passes the tests
      in RCL 1.6.3

Enjoy

Pedro A. Aranda
paag@tid.es
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.