Making plugin system with shared libraries. Upcast in shared lib

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 20 07:05:28 PDT 2014


Do it the COM way: publish IModule2 interface and declare 
GetInterface method, which will return a prepared pointer, which 
you would reinterpret cast to IModule2.


More information about the Digitalmars-d-learn mailing list