DIP 45 - approval discussion
Martin Nowak
code at dawg.eu
Tue Nov 12 14:23:55 PST 2013
On Monday, 11 November 2013 at 04:18:09 UTC, Walter Bright wrote:
> The compiler would benefit from knowing which modules are from
> a shared library, and it needs to anyway in order to
> distinguish between dllimport and dllexport.
>
We didn't found any reasonably simple solution to pass this
information to the compiler. You'd have to explicitly list ALL
modules that are supposed to be linked into the same DLL when
compiling an object file.
More information about the Digitalmars-d
mailing list