Using windows resource files

Colin Peters colin@bird.fu.is.saga-u.ac.jp
Wed Oct 29 02:35:00 GMT 1997


Mark Newnham[SMTP:mark.n@usa.net] wrote:
>Is there any way to include windows resource files into gcc compiled
>applications?  Alternatively, can someone point me to documentation
>(on-line or paper) which would permit me to code for windows widgets
>without them.

The resource compiler rcl is available from my homepage (see sig) as
is the program res2coff for making object files from .res files. The
basic way to use these is:

rcl -i foo.rc -r foo.res
res2coff -i foo.res -o foo.o
gcc -o foobar.exe foo.o bar.o

Hope this helps,
Colin.

-- Colin Peters - Saga Univ. Dept. of Information Science
-- colin@bird.fu.is.saga-u.ac.jp - finger for PGP public key
-- http://www.fu.is.saga-u.ac.jp/~colin/index.html
-- http://www.geocities.com/Tokyo/Towers/6162/

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list