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
To: "Frans Rossouw" <fer@ucs.co.za>
Cc: "Cygwin" <cygwin@cygwin.com>
Subject: Re: dlopen & dlsym
References: <004601c0ae19$0d16fe40$db011fac@fer.ucs.co.za>
From: Benjamin Riefenstahl <Benjamin.Riefenstahl@ision.net>
Date: 21 Mar 2001 14:10:02 +0100
In-Reply-To: "Frans Rossouw"'s message of "Fri, 16 Mar 2001 15:00:18 +0200"
Message-ID: <uitl3z2s5.fsf@work1.work.maz.net>
Lines: 31
User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Hi Frank,


"Frans Rossouw" <fer@ucs.co.za> writes:
> OK, I have a question here (Yes again)
> 
> Whether I use
>  handle = dlopen (NULL, RTLD_LAZY);
>  handle = dlopen ("absolute path", RTLD_LAZY);
>  handle = (void *) LoadLibrary ("absolute path");
> handle ALWAYS comes back as 0x400000 (as per GDB & log strings)
> 
> Can anyone tell me what's going on?

If by "absolute path" you mean the path to the application executable,
than that's expected behaviour.  Applications always specify
0x00400000 as their preferred load address.  In general modules may be
relocated because their preferred load address conflicts with the
address of some other module.  But because no user space DLLs are
loaded before the application, their preference is always respected.


so long, benny
-- 
ISION Internet AG
Benjamin Riefenstahl
mailto:benjamin.riefenstahl@ision.net

Harburger Schlossstr. 1
D-21079 Hamburg
http://www.ision.net


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

