How to make fat binary on windows (WinAPI + LDC)
Dmitry Olshansky
dmitry.olsh at gmail.com
Sun Nov 9 14:22:50 UTC 2025
On Sunday, 9 November 2025 at 05:32:20 UTC, Suliman wrote:
>> To solve that your code most likely has to pick one of two and
>> suffer through porting the code that uses the other.
>
> Do you mean that I should rewrite all to one language?
Not language but runtime. So if some part is in say C++ you’d
need to recompile it with MSVC not MinGW. Alternatively you’d
need to port D to MinGW runtime, but that seems like more work.
> Yes, I talk about statically linked binary
—
Dmitry Olshansky
More information about the Digitalmars-d
mailing list