This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Linking for GUI's


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]