DIP45: fixing the dllimport/dllexport issue

Jacob Carlborg doob at me.com
Wed Aug 28 23:54:45 PDT 2013


On 2013-08-29 08:43, Rainer Schuetze wrote:

> How is this done on linux right now? It does not need "export"/"import"
> to build against a shared phobos library. Is "import" assumed for any
> data access and later removed by some magic in the linker?

"export" is noop on Posix. Every symbol is accessible.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list