DIP45: fixing the dllimport/dllexport issue

deadalnix deadalnix at gmail.com
Tue Aug 27 04:28:11 PDT 2013


On Tuesday, 27 August 2013 at 10:16:24 UTC, Benjamin Thaut wrote:
> Well, a link would have been great:
>
> http://wiki.dlang.org/DIP45

I don't think that is the way to go.

We need a way to mark a module as being an "header" import for a 
shared lib.

With that solution, you'll ends up duplicating all modules with 
import and export, and putting the export(foobar) all over the 
place in a module.


More information about the Digitalmars-d mailing list