From: kunglao@prairienet.org (Bizzaro)
Subject: Re: Compiler
29 Oct 1997 16:20:07 -0800
Message-ID: <3457BC21.5E932F9D.cygnus.gnu-win32@prairienet.org>
References: <01BCE455.79E90A40@gbird0>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: GNU Win 32 <gnu-win32@cygnus.com>

Jason Zions wrote:
> 
> > You have to explicitly link in any Win32 API libraries you
> > need functions from (except for kernel32, which you should never explicitly
> > link).
> 
> I'm curious about this. Why should one never explicitly link kernel32?

because it is automatically linked in.  There is a program called depends (think
it was in the lcc zip, if you want it drop me a note) that will list what dll's
a program loads up.  Running it on anything compiled with cygwin shows that it
is being loaded, as well as several other dlls.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
