Making plugin system with shared libraries. Upcast in shared lib

MrSmith via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 20 08:07:41 PDT 2014


On Monday, 20 October 2014 at 14:05:29 UTC, Kagamin wrote:
> 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.

Will it work on linux with simple .so libs?
I want it to be as simple as possible.


More information about the Digitalmars-d-learn mailing list