On 29/12/2017 11:03 AM, maarten van damme wrote:
>I'd like to see proper DLL (shared library) support and DIP45 implemented. I'm making a project that I hope in the future will be extendable with D plugins.Out of curiousity, what's wrong with the current dll support?
The starting problem is TypeInfo doesn't cross the dll/host binary boundary. Meaning no classes/exceptions.