DIP45: fixing the dllimport/dllexport issue

Rainer Schuetze r.sagitario at gmx.de
Thu Aug 29 11:30:24 PDT 2013



On 29.08.2013 08:54, Jacob Carlborg wrote:
> 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.
>

I meant the import part. How are accesses or data references to data 
inside another shared library implemented?


More information about the Digitalmars-d mailing list