Thread overview
How can I use Linker flags using DMD?
May 29, 2023
Marcone
May 29, 2023
Ali Çehreli
May 30, 2023
Marcone
May 30, 2023
Ali Çehreli
May 29, 2023

I want send flags to linker when using dmd.exe compiler.

May 29, 2023
On 5/29/23 07:29, Marcone wrote:
> I want send flags to linker when using dmd.exe compiler.

-L does it. Yes, -L-L can happen. :)

  https://dlang.org/dmd-linux.html

Ali

May 30, 2023
On Monday, 29 May 2023 at 22:48:29 UTC, Ali Çehreli wrote:
> On 5/29/23 07:29, Marcone wrote:
>> I want send flags to linker when using dmd.exe compiler.
>
> -L does it. Yes, -L-L can happen. :)
>
>   https://dlang.org/dmd-linux.html
>
> Ali

Can you help me static link dll msvcr120.dll in my x64 dlang program?
May 29, 2023
On 5/29/23 17:39, Marcone wrote:

> Can you help me static link dll msvcr120.dll in my x64 dlang program?

Sorry, I haven't been programming on Windows for a very long time now. :/ But there are others who program on Windows here.

Ali