http://d.puremagic.com/issues/show_bug.cgi?id=9816
--- Comment #20 from Martin Nowak <[email protected]> 2013-08-29 15:37:26 PDT --- (In reply to comment #19) > > > Well, the question is, whether we can annotate symbols with "export" and > > > still > > > create static libraries. > > > > At the moment: no. But we should create a solution where this very case will > > work. Proposed solution. 'export' is always a no-op unless you specifiy > > otherwise using a command line switch to the compiler. > > That sounds like a reasonable solution when we can't do better. > Also see the alias discussion on the newsgroup > http://forum.dlang.org/post/[email protected]. That wouldn't work in the case where you create a DLL that both exports symbols and imports symbols from another DLL. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
