Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Tue, 10 Oct 2000 13:53:57 -0700 (PDT)
From: Tim Reed <timr@viaworks.com>
To: DJ Delorie <dj@delorie.com>
Cc: cygwin@sources.redhat.com
Subject: Re: dllwrap and excluded symbols
In-Reply-To: <200010101926.PAA10282@envy.delorie.com>
Message-ID: <Pine.LNX.4.10.10010101352090.16403-100000@vserver.viaworks.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


Does that mean that I can't have my dll load other dll's implicitly? Do I
have write my own DllMainCRTStartup function that will load in crtdll and
msvcrt?

On Tue, 10 Oct 2000, DJ Delorie wrote:

> 
> THe purpose of that exclude is so that, when building DLL "A" you
> don't accidentally pull in the entry point for DLL "B" as A's entry
> point.
> 
> The ld error means you didn't provide an entry point for your DLL,
> just like not providing main() for a C program.
> 


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

