Export and Protected Scoping in Dynamic Libraries

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Dec 19 10:16:37 PST 2011


On 12/19/11, Walter Bright <newshound2 at digitalmars.com> wrote:
> There are several people going through the bugzilla issues, hopefully we can
> get
> to yours soon.
>

Ok, but note that it's not a high-priority bug for me. There's also a
workaround, ModuleInfo can be faked by adding a stub global extern(C)
variable inside the main file, e.g.:
extern(C) int D6EdrLib12__ModuleInfoZ;


More information about the Digitalmars-d mailing list