Front-end release.NEXT

Jacob Carlborg doob at me.com
Sun Sep 29 02:23:12 PDT 2013


On 2013-09-28 21:37, Dicebot wrote:

> I thought it is a temporary limitation (I am very interested in loading
> D plugins from C/C++ programs). Are there any fundamental issues that
> prevent it?

It's the usual issues, which have been mentioned many times before:

* Exception handling tables
* TLS data
* GC roots
* Module infos
* Basically anything the runtime needs to collect from the running 
executable/shared library.

I don't know the status of these.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list