Thread overview
[Issue 6019] Phobos imports in autogenerated .di header files break implicit linking with DLLs
Nov 25, 2022
Richard Cattermole
Nov 30, 2022
Walter Bright
Dec 09, 2022
Walter Bright
Dec 09, 2022
Walter Bright
Dec 09, 2022
Walter Bright
Dec 17, 2022
Iain Buclaw
Jun 04, 2023
Walter Bright
October 14, 2016
https://issues.dlang.org/show_bug.cgi?id=6019

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
November 25, 2022
https://issues.dlang.org/show_bug.cgi?id=6019

Richard Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bootcamp                    |
                 CC|                            |alphaglosined@gmail.com

--- Comment #12 from Richard Cattermole <alphaglosined@gmail.com> ---
I'm removing the bootcamp keyword from this bug.

Setting a symbol as export is not enough to get this working.

DllImport while in theory implemented in dmd as of 2.102.0 does not do any patching at runtime required to dereference the pointer.

I went into attempting to solve this in my post here: https://forum.dlang.org/post/ohflhdaggtapeqpynkjd@forum.dlang.org

--
November 30, 2022
https://issues.dlang.org/show_bug.cgi?id=6019

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=22367

--
December 09, 2022
https://issues.dlang.org/show_bug.cgi?id=6019

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=4071

--
December 09, 2022
https://issues.dlang.org/show_bug.cgi?id=6019

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=9816

--
December 09, 2022
https://issues.dlang.org/show_bug.cgi?id=6019

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23535

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=6019

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--
June 04, 2023
https://issues.dlang.org/show_bug.cgi?id=6019

--- Comment #13 from Walter Bright <bugzilla@digitalmars.com> ---
(In reply to Andrej Mitrovic from comment #1)
> http://d-programming-language.org/dll.html

Now https://wiki.dlang.org/Win32_DLLs_in_D

--