-
Hi everyone, Windows is not my primary development OS, so please bear with me. I’m running Windows 11 (64-bit) and need to set up a toolchain to use Is there a standalone version of all the required MSVC build tools available, perhaps as an archive or a self-contained package? I’d appreciate any guidance or suggestions on how to achieve this setup. I tried GUI based tool called vs_BuildTools.exe it downloads and installs bunch of stuff everywhere. What I want to achieve is just make simple folder with all the needed stuff like in sample project (e.g. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
yup, installing the XP-supporting toolset should work for this. The relevant files should then be:
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib
.C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.16.27023\lib\x86\
that's VS2003 files copied over from an actual installation I did in a WinXP VM before.