std.plugin ?
FreeSlave
freeslave93 at gmail.com
Mon Sep 30 13:53:07 PDT 2013
Loading of dynamic libraries at runtime is common task in many
applications. Even now some D-bindings to C libraries use this
approach (see Derelict). Some C++ frameworks and libraries (for
example Qt and Poco) have high level cross-platform abstractions
for library loading. They also allow to export and load classes
at runtime. What's about making such module for phobos in future
when D will have good support of dynamic libraries?
I'm currenly working on such module now. Here it is
https://bitbucket.org/FreeSlave/dido
More information about the Digitalmars-d
mailing list