Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Sun, 3 Jun 2001 10:15:18 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: dlsym discussion.. Message-ID: <20010603101518.G23205@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <016201c0ebfd$f8036840$0200a8c0 AT lifelesswks> <20010603094842 DOT E23205 AT redhat DOT com> <023c01c0ec36$7da728f0$0200a8c0 AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <023c01c0ec36$7da728f0$0200a8c0@lifelesswks>; from robert.collins@itdomain.com.au on Mon, Jun 04, 2001 at 12:07:13AM +1000 On Mon, Jun 04, 2001 at 12:07:13AM +1000, Robert Collins wrote: >If by, dll_entry() you mean inserting some custom notification code in >every cygwin compiled dll to allow us to be told as dll's load, that has >the downside of not working with any existing or non-cygwin dll, >something that I'd rather avoid. dll_entry is the DLL entry point in cygwin that gets called every time a thread or process is created or when the cygwin dll is initially loaded. I initially thought it also got called whenever a dll is loaded but I think I'm wrong on that one. cgf