top | item 47023407

(no title)

Borg3 | 15 days ago

Exacly.. I avoid Visual Studio.. I try to build everthing using Mingw..

discuss

order

xvilka|15 days ago

Clang is the better alternative to MinGW because it can use standard Windows libraries and avoids the need for additional runtime.

dwroberts|15 days ago

Can you actually do cross compilation (on Linux host to win64 binary) with clang in the same way as MingW does out of the box though?

jezek2|15 days ago

I use MingW without any extra libs (no msys), it just uses the ancient msvcrt.dll that is present in all Windows versions, so my programs work even on Windows 2000.

Additionally the cross-compiler on Linux also produces binaries with no extra runtime requirements.

reactordev|15 days ago

Just msys2 it all

1718627440|14 days ago

MSYS2 UCRT also uses the native Windows libraries (aka. UCRT).