www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Is std.loader "stable"?

reply Hugues De Keyzer <"digitalmars _NO_SPAM_ " hugues.info> writes:
Hi all,

While working with dynamic libraries, I found the std.loader module, 
which seems to work (at least as a replacement of calling dlopen(), 
dlsym() and dlclose()). What is the status of this module? Does it work 
on Windows? Why isn't it included in the Phobos documentation on the 
Digitalmars website?

-- 
The only constant in life is change
    -- www.wikipedia.org
Sep 10 2007
parent Daniel Keep <daniel.keep.lists gmail.com> writes:
Hugues De Keyzer wrote:
 Hi all,
 
 While working with dynamic libraries, I found the std.loader module,
 which seems to work (at least as a replacement of calling dlopen(),
 dlsym() and dlclose()). What is the status of this module? Does it work
 on Windows? Why isn't it included in the Phobos documentation on the
 Digitalmars website?
std.loader does, AFAIK, work just fine on Windows. As for the documentation, that could be because the documentation isn't written in DDOC, and Walter probably has more important things to do than reformatting documentation. -- Daniel
Sep 11 2007