dlopen & dlsym

Benjamin Riefenstahl Benjamin.Riefenstahl@ision.net
Wed Mar 21 05:10:00 GMT 2001


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



More information about the Cygwin mailing list