How to compile 3Dmigoto and migrate to VS2022

The notes in this section will explain how to compile 3Dmigoto and migrate it to Visual Studio 2022 to adapt to the latest development environment.

First of all, the official Github address of 3Dmigoto is:
https://github.com/bo3b/3Dmigoto

The latest version we downloaded from the master branch can be compiled using VS2017. If you download a branch version, such as 3Dmigoto 1.3.16, then Visual Studio 2013 is required for compilation.

VisualStudio 2017, VisualStudio2013 download address:
https://learn.microsoft.com/en-us/windows-hardware/drivers/other-wdk-downloads
Insert image description here
As shown above, after opening the link, scroll down to find the download addresses of VS2013 and VS2017.

Compile 3Dmigoto in VS2017 environment

First of all, when downloading and installing VS2017, be sure to check the following components:
Insert image description here
As for the Windows SDK version, just choose any one,

Guess you like

Origin blog.csdn.net/weixin_42072754/article/details/132394227