digitalmars.D - Is std.loader "stable"?
- Hugues De Keyzer <"digitalmars _NO_SPAM_ " hugues.info> Sep 10 2007
- Daniel Keep <daniel.keep.lists gmail.com> Sep 11 2007
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
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








Daniel Keep <daniel.keep.lists gmail.com>