DIP45: fixing the dllimport/dllexport issue

Benjamin Thaut code at benjamin-thaut.de
Thu Aug 29 03:03:57 PDT 2013


Am 29.08.2013 11:42, schrieb deadalnix:
>
> import declaration marked as export as understood as importing a module
> compiled in a shared object. This time, declaration in the imported
> mopdule marked as export are understood as ddlimport.

But what if you import a module that is linked statically? That would 
mean export would be treated as dllimport and it will fail to link 
because the _imp_ symbols are missing when linking statically?


More information about the Digitalmars-d mailing list