简体   繁体   English

如何在 VSCode 中开发 Win32 和 DirectX

[英]How Develop Win32 and DirectX in VSCode

I want develop Win32 and DirectX in Visual Studio Code.我想在 Visual Studio Code 中开发 Win32 和 DirectX。

I already installed gcc, mingw.我已经安装了 gcc,mingw。

OS is windows10.操作系统是windows10。

How do I setting it?我该如何设置?

See Microsoft Docs for details on developing C++ code with VS Code.有关使用 VS 代码开发 C++ 代码的详细信息,请参阅Microsoft Docs

The latest DirectX headers and link libraries are found in the Windows 10 SDK.最新的 DirectX 头文件和链接库位于 Windows 10 SDK。 Using the Visual C++ or clang/LLVM for Windows toolsets are the best options for consuming the latest Windows 10 SDK.对 Windows 工具集使用 Visual C++ 或 clang/LLVM 是使用最新 Windows 10 ZF26375AZ5E6B28E0CDA430Z 10 ZF260E3ABAZ5E5B3F833375ABDA66 的最佳选择。

You may find the DirectX Tool Kit a useful starting point, although my tutorials focus on the Visual Studio MSBuild build environment.您可能会发现DirectX 工具包是一个有用的起点,尽管我的教程侧重于 Visual Studio MSBuild 构建环境。 I also reference using CMake.我还参考了使用 CMake。 You can use MSBuild through Visual Studio Community, and you can use CMake through either VS Community or VS Code .您可以通过 Visual Studio Community 使用 MSBuild,也可以通过 VS Community 或VS Code使用 CMake。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM