Hacker News new | ask | show | jobs
by justinfrankel 2168 days ago
Is plain win32 API supported on arm64/Windows? Is there a version of MSVC? Or does one use mingw?
2 comments

Hello,

Win32 is supported with MSVC just fine.

You can also use MinGW with LLVM (not MinGW with GCC), available at: https://github.com/mstorsjo/llvm-mingw

Win32 is supported, and a supported tool chain comes with Visual Studio.