make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Loadable module support


From: Eli Zaretskii
Subject: Re: Loadable module support
Date: Fri, 20 Jan 2012 20:53:14 +0200

> Date: Fri, 20 Jan 2012 17:20:08 +0200
> From: Boris Kolpackov <address@hidden>
> Cc: address@hidden
> 
> dlopen() (not sure about Windows LoadLibrary()) doesn't really care
> about what the name of the module is. For example, in the GCC plugin
> architecture you pass a full path to the name of the module to load.

LoadLibrary accepts both absolute and relative file names.  If the
name is relative, it is looked for in the directory where the calling
program's executable file lives, and then in a list of standard
directories.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]