D-dll support: testers needed round 2
Martin Nowak
code at dawg.eu
Wed Mar 21 13:08:02 UTC 2018
On Friday, 9 February 2018 at 20:34:33 UTC, Benjamin Thaut wrote:
> My work on dll support for D continues. There is another
> iteration I need help testing with.
>
> Getting started tutorial:
> http://stuff.benjamin-thaut.de/D/getting_started.html
> The DIP can again found be here:
> https://github.com/Ingrater/DIPs/blob/ReviveDIP45/DIPs/DIP45.md
> The DIP is not up to date. The tutorial is more recent. If the
> DIP and the tutorial contradict each other trust the tutorial.
> Its still useful to read the dip for context, especially as how
> to use "export" in code.
Glad to see some progress.
Given that the goal of DIP45 was seemless DLL support given just
export annotations, the need for explicit -import module lists
indeed requires an explanation. Looks like a classical
dllexport/-import scheme now.
More information about the Digitalmars-d
mailing list