LDC Dll support

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Nov 24 12:19:12 PST 2014


On Saturday, 22 November 2014 at 11:03:03 UTC, Benjamin Thaut 
wrote:
> How far is the dll support of LDC?
> Does the -shared option of the compiler actually work for the 
> x86 mingw or x64 msvc versions of ldc?
> If it does work, what does -shared do? Does it always export 
> all symbols or only those annoted with the "export" attribute?
>
> Kind Regards
> Benjamin Thaut

Hi Benjamin,

I never tried to build a dll with x86 mingw compiler - I have to 
check this. The x64 msvc compiler is currently not able to build 
a dll - some support code is still missing.

Regards,
Kai


More information about the digitalmars-d-ldc mailing list