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.

Reply via email to