DIP45: fixing the dllimport/dllexport issue

Rainer Schuetze r.sagitario at gmx.de
Sun Sep 22 23:27:27 PDT 2013



On 23.09.2013 07:22, Benjamin Thaut wrote:
> Am 10.09.2013 05:50, schrieb Martin Nowak:
>> Can we deal with vtable entries pointing to imported functions on
>> Windows? The kind of thing that happens when you inherit across a DLL
>> boundary.
>
> I can't answer that and with dmd's current implementation of export its
> not possible to try this. I would say we implement the DIP and see on
> the way if this becomes a issue.
>

It is the same as initializing a global variable with a pointer into 
another DLL, i.e. it needs some init code to set the value.


More information about the Digitalmars-d mailing list