This is the mail archive of the cygwin@sources.redhat.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: dllwrap and excluded symbols



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


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