Creating and loading D plugins in D app

aberba via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jun 2 14:28:59 PDT 2017


On Thursday, 1 June 2017 at 23:24:13 UTC, aberba wrote:
> Want to create and load plugins written in D into a D app at 
> run-time, the kind that can make api calls or extended main app 
> with other functionality.
>
> I'm currently interested in it for a vibe.d app. How does these 
> stuff work?

Plugin system c++ 
http://blog.nuclex-games.com/tutorials/cxx/plugin-architecture/


More information about the Digitalmars-d-learn mailing list