From a874b928e16320839315b9abcdf2cece1229a424 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期四, 07 十一月 2024 09:20:38 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- iailab-module-model/iailab-module-model-biz/doc/c++代码生成.md | 71 +++++++++++++++++++++++++++++++++-- 1 files changed, 66 insertions(+), 5 deletions(-) diff --git "a/iailab-module-model/iailab-module-model-biz/doc/c++\344\273\243\347\240\201\347\224\237\346\210\220.md" "b/iailab-module-model/iailab-module-model-biz/doc/c++\344\273\243\347\240\201\347\224\237\346\210\220.md" index 2543c96..39f2003 100644 --- "a/iailab-module-model/iailab-module-model-biz/doc/c++\344\273\243\347\240\201\347\224\237\346\210\220.md" +++ "b/iailab-module-model/iailab-module-model-biz/doc/c++\344\273\243\347\240\201\347\224\237\346\210\220.md" @@ -1,18 +1,79 @@ # 系统要求 -windows +Windows10 x64 + +# 安装SmartEnergyStudio +SmartEnergyStudio提供标准的c++环境,python环境(python3.7.5及相关依赖包) # 安装VS2017专业版 -# 环境变量 -INCLUDE +## python开发 +![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 ``` -LIB +python include +``` +C:\PYTHON\include +``` +windows include +``` +D:\Windows Kits\10\Include\10.0.17763.0\shared +``` +``` +D:\Windows Kits\10\Include\10.0.17763.0\ucrt +``` +``` +D:\Windows Kits\10\Include\10.0.17763.0\um +``` +``` +D:\Windows Kits\10\Include\10.0.17763.0\winrt +``` + + +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 ``` -path +python LIB +``` +C:\PYTHON\libs +``` + +``` +windows LIB +``` +D:\Windows Kits\10\Lib\10.0.17763.0\ucrt\x64 +``` +``` +D:\Windows Kits\10\Lib\10.0.17763.0\um\x64 +``` + +MDK中间层 LIB +``` +C:\Program Files (x86)\IAIL.MDK.Midware\lib +``` + +![img_3.png](img_3.png) +## 修改path配置cl ``` D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64 ``` +![img_4.png](img_4.png) \ No newline at end of file -- Gitblit v1.9.3