How to: Enable a 64-Bit MSVC Toolset on the Command Line When Visual Studio is installed on a 64-bit Windows operating system, additional developer command prompt shortcuts for the 64-bit, x64-hosted native and cross compilers are available
你可以通过以下步骤找到并打开 Visual Studio 开发者命令 . . . 在搜索框中输入 Developer Command Prompt。 你应该看到以下几种选项(具体取决于你的 Visual Studio 安装版本): Developer Command Prompt for VS 2022 (对于 Visual Studio 2022)。 x64 Native Tools Command Prompt for VS 2022 (针对 x64 架构的命令提示符)。
在 Windows 平台使用 Visual C++ 2022 编译 QT6 源码 在开始菜单中单击 Visual Studio 2022 的 x64 Native Tools Command Prompt for VS 2022 控制台窗口。 注意:本文是以编译64位的QT6为例进行操作的,如果您需要编译32位版本,请单击 Visual Studio 2022 的 x86ve Tools Command Prompt for VS 2022 控制台窗口。
How to install x64 native tools command prompt? - Sivo By following these steps, you can effectively "install" (via Visual Studio) and access the x64 Native Tools Command Prompt, empowering your native C++ development on Windows
如何:在命令行上啟用 64 位 MSVC 工具組 | Microsoft Learn 預設組建架構會使用 32 位元、x86 架構的工具來建置 32 位元、x86 原生 Windows 程式碼。 不過,您的電腦可能是 64 位元。 當 Visual Studio 安裝在 64 位元的 Windows 作業系統上時,64 位元、x64 架構的原生和跨平台編譯器會有額外的開發人員命令提示字元捷徑可供使用。