Mail Archives: cygwin/1997/10/29/05:58:20
Mark Newnham[SMTP:mark DOT n AT usa DOT 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 AT bird DOT fu DOT is DOT saga-u DOT ac DOT 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 AT cygnus DOT com" with one line of text: "help".
- Raw text -