public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Using windows resource files
@ 1997-10-28  8:31 Mark Newnham
  1997-10-28 18:40 ` Mikey
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Newnham @ 1997-10-28  8:31 UTC (permalink / raw)
  To: 'gnu-win32@cygnus.com'

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.

Thanks

Mark


##################################################
# Application Design Associates, Inc             #
# 6021 S.Syracuse Way #302                       #
# Englewood CO 80111        Tel +1 (303)779 8958 #
# USA                       Fax +1 (303)779 0949 #
##################################################
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Using windows resource files
  1997-10-28  8:31 Using windows resource files Mark Newnham
@ 1997-10-28 18:40 ` Mikey
  0 siblings, 0 replies; 3+ messages in thread
From: Mikey @ 1997-10-28 18:40 UTC (permalink / raw)
  To: Mark Newnham, gnu-win32

you can use rc.exe (Platform SDK ;^) as the resource compiler
// www.microsoft.com/msdn & signup
and rsrc.exe from rsxntdj1.zip to add them to the exe, this
// any djgpp mirror
combination handles all resource types correctly.

On Tue, 28 Oct 1997 09:32:05 -0700, you 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.
>
>Thanks
>
>Mark
>
>
>##################################################
># Application Design Associates, Inc             #
># 6021 S.Syracuse Way #302                       #
># Englewood CO 80111        Tel +1 (303)779 8958 #
># USA                       Fax +1 (303)779 0949 #
>##################################################
>-
>For help on using this list (especially unsubscribing), send a message to
>"gnu-win32-request@cygnus.com" with one line of text: "help".
>

(jeffdbREMOVETHIS@netzone.com)
delete REMOVETHIS from the above to reply
         Mikey
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Using windows resource files
@ 1997-10-29  2:35 Colin Peters
  0 siblings, 0 replies; 3+ messages in thread
From: Colin Peters @ 1997-10-29  2:35 UTC (permalink / raw)
  To: 'Mark Newnham'; +Cc: 'GNU-Win32'

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".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-10-29  2:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-28  8:31 Using windows resource files Mark Newnham
1997-10-28 18:40 ` Mikey
1997-10-29  2:35 Colin Peters

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).