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
