From: jpmorgan@unm.edu (James Paul Morgan)
Subject: Re: Linking for GUI's
10 Jul 1997 17:00:04 -0700
Sender: mail@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <Pine.A41.3.96.970710130112.163312A-100000.cygnus.gnu-win32@musca.unm.edu>
Original-To: nicole nowell <defaultuser@domain.com>
Original-cc: gnu-win32@cygnus.com
In-Reply-To: <33C4499A.DAF49497@domain.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Original-Sender: owner-gnu-win32@cygnus.com

On Wed, 9 Jul 1997, nicole nowell wrote:

> What libraries should I add to the gcc line to build GUI apps (I have
> successfully compiled several simple standard C and C++ programs with
> mains but no WinMain into console apps). 
> 

For the V GUI system, I use:  
LIBS = -lV -lcomdlg32 -luser32 -ladvapi32 -lgdi32

The libV is the library for the V GUI system itself.

Try linking against the other four libs one at a time and see if one of
those solves your problem.



See ya around the Mulberry bush.

--James

:)

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