From d338b50afd6504a9676f0a26b3ecbcc844483e7c Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期四, 21 十一月 2024 08:57:08 +0800 Subject: [PATCH] 并发采集 --- iailab-module-model/iailab-module-model-biz/doc/c++代码生成.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 52 insertions(+), 1 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 4933e31..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,5 +1,5 @@ # 系统要求 -windows10 +Windows10 x64 # 安装SmartEnergyStudio SmartEnergyStudio提供标准的c++环境,python环境(python3.7.5及相关依赖包) @@ -10,16 +10,67 @@ ![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 +``` +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 ``` +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 ``` -- Gitblit v1.9.3