manual memory management

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Wed Jan 9 07:49:47 PST 2013


On 1/9/13 4:25 AM, Benjamin Thaut wrote:
> The compiler is not shared-lib ready. At least not on windows. It does
> not support exporting data symbols. E.g.
>
> export uint g_myGlobal;
>
> This is mostly a problem for "hidden" data symbols, like vtables, module
> info objects, type info objects and other stuff D relies on.

Are there bugzilla entries for this?

Andrei


More information about the Digitalmars-d mailing list