Linking for GUI's

James Paul Morgan jpmorgan@unm.edu
Thu Jul 10 12:04:00 GMT 1997


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



More information about the Cygwin mailing list