std.plugin ?

Jacob Carlborg doob at me.com
Tue Oct 1 00:54:17 PDT 2013


On 2013-09-30 22:53, FreeSlave wrote:
> 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

Class loading, how necessary is this? We already have ClassInfo.find and 
"create".

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list