Create the Executable Image
- The executable file (<name>.exe)
- A dynamically linked library file (<name>.dll)
Note: Depending on how you installed Visual C++, the INCLUDE, LIB and PATH environment variables may not be automatically set when you install MSDEV. If they are not set automatically, you will have to set them manually or run the following to set them before building any user programs.
for /F "tokens=* USEBACKQ" %F in (`"%PROGRAMFILES(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -property installationPath`) do set VSPATH=%F call "%VSPATH%\Common7\Tools\VsDevCmd.bat"