| | |
| | | ![img.png](img.png) |
| | | ## C++开发 |
| | | ![img_1.png](img_1.png) |
| | | ## 通用windows平台开发 |
| | | ![img_5.png](img_5.png) |
| | | ## 使用C++的桌面开发 |
| | | ![img_6.png](img_6.png) |
| | | ![img_7.png](img_7.png) |
| | | |
| | | # 配置环境变量 |
| | | ## 配置INCLUDE |
| | | VS2017 include |
| | | ``` |
| | | D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include |
| | | ``` |
| | | python include |
| | | ``` |
| | | C:\PYTHON\include |
| | | ``` |
| | | windows include |
| | | ``` |
| | | |
| | | ``` |
| | | MDK中间层 include |
| | | ``` |
| | | C:\Program Files (x86)\IAIL.MDK.Midware\include |
| | | ``` |
| | | |
| | | ![img_2.png](img_2.png) |
| | | ## 配置LIB |
| | | VS2017 LIB |
| | | ``` |
| | | D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\lib\x64 |
| | | ``` |
| | | python LIB |
| | | ``` |
| | | C:\PYTHON\libs |
| | | ``` |
| | | |
| | | MDK中间层 LIB |
| | | ``` |
| | | C:\Program Files (x86)\IAIL.MDK.Midware\lib |
| | | ``` |
| | | |
| | | ![img_3.png](img_3.png) |
| | | ## 修改path配置cl |
| | | ``` |