Re: Making plugin system with shared libraries. Upcast in shared lib
Kagamin via Digitalmars-d-learn Mon, 20 Oct 2014 07:13:42 -0700
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.
- Making plugin system with shared libr... MrSmith via Digitalmars-d-learn
- Re: Making plugin system with sh... Kagamin via Digitalmars-d-learn
- Re: Making plugin system wit... MrSmith via Digitalmars-d-learn
- Re: Making plugin system... Kagamin via Digitalmars-d-learn
- Re: Making plugin sy... MrSmith via Digitalmars-d-learn
- Re: Making plug... Kagamin via Digitalmars-d-learn
- Re: Making plug... Kagamin via Digitalmars-d-learn
- Re: Making plugin system with sh... Martin Nowak via Digitalmars-d-learn
- Re: Making plugin system wit... MrSmith via Digitalmars-d-learn
