Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <3879BA55.CC0A58AA@cadlab.tu-berlin.de>
Date: Mon, 10 Jan 2000 11:54:13 +0100
From: Georg Fusz <fusz@cadlab.tu-berlin.de>
Organization: Techn.University Berlin
X-Mailer: Mozilla 4.7 [en] (WinNT; I)
X-Accept-Language: en
MIME-Version: 1.0
To: CRETEL Dominique <dominique.cretel@cfwb.be>
CC: cygwin@sourceware.cygnus.com
Subject: Re: Help about windows programming please
References: <3879A6E4.573E29E6@cfwb.be>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Your problem is wrong use of windres!

Windres produces an object-file, which must be linked with the other object
files

windres -o my_resource.o -i my_resource.rc

gcc -o my.exe first.o second.o myresurce.o -mwindows

See the tutorial from Collin Peters

http://www.geocities.com/Tokyo/Towers/6162/gcc.html

CRETEL Dominique wrote:
> 
> Hi all,
> 
> I'm not on the mailing list but would like to ask a question about using
> cygwin to create gui windows application.
> So reply me to my e-mail address please.
> 
> I would like to compile a program with a resource file.
> For example:
> I have a C file: somefile.c and a resource file somefile.rc, and I would
> like to build an executable file: somefile.exe to use in windows
> environment.
> So I have to do something like:
> 
>           gcc -c -O2 -Wall -o somefile.o -mno-cygwin -mwindows
> somefile.c
> 
> and something like:
> 
>           windres somefile.rc somefile.res
> 
> But what I do to build an executable file with somefile.o and
> somefile.res????
> 
> Thanks,
> 
> Dominique Critel
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

-- 
Georg Fusz

home-page: http://cadence.fb12.tu-berlin.de/~fusz/

Fon: 
Universitaet: +49 30 314 26 884
privat:     : +49 30 815 30 32
Handy:      : +49 173 20 10 696

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

