提交 5de2a7cf 编写于 作者: 报告_前方高能's avatar 报告_前方高能

1.2-20220610

上级 fc4214ac
......@@ -57,14 +57,14 @@ asynframe framework解决上面所提的软件产品开发过程中的六大问
|lua|插件|基于lua-5.4.4实现IOsCommand接口<br>1.支持多线程|\support\testframe<br>\support\testlua\testapi|
# 变更记录
> 2022/06/10 修正console解析命令行错误
> 2022/06/10 修正console解析命令行错误
> 2022/06/08 发布windows平台的asynframe framework v1.2: **rtsp插件**
> 2022/05/26 发布windows平台的asynframe framework v1.1: **websocket插件**
> 2022/05/05 发布windows平台的asynframe framework v1.0
# 编译环境
> sdk_v1.2-Msvc2019_20220608.zip是通过Microsoft Visual Studio 2019编译的SDK
> sdk_v1.2-Msvc2013_20220608.zip是通过Microsoft Visual Studio 2013编译的SDK
> sdk_v1.2-Msvc2019_20220610.zip是通过Microsoft Visual Studio 2019编译的SDK
> sdk_v1.2-Msvc2013_20220610.zip是通过Microsoft Visual Studio 2013编译的SDK
1. 需在工程里设置asynframe相应的include/lib路径
2. 根据工程的运行库选择链接asynframe相应的asynsdk_mini-[MD/MDd/MT/MTd].lib
......@@ -128,7 +128,7 @@ int main(int argc, const char *argv[])
<u>网络模块</u>
- asynneta
- [dtp](/doc/dtp.md)
- dtp
- [dns](/doc/dns.md)
- [ftp](/doc/ftp.md)
- [http](/doc/http.md)
......
......@@ -63,8 +63,8 @@ Asynframe framework solves the six problems mentioned above in the process of so
> 2022/05/05 Release asynframe framework v1.0
# Build
> sdk_v1.2-Msvc2019_20220608.zip is compiled through Microsoft Visual Studio 2019
> sdk_v1.2-Msvc2013_20220608.zip is compiled through Microsoft Visual Studio 2013
> sdk_v1.2-Msvc2019_20220610.zip is compiled through Microsoft Visual Studio 2019
> sdk_v1.2-Msvc2013_20220610.zip is compiled through Microsoft Visual Studio 2013
1. The include / lib path corresponding to asynframe needs to be set in the project
2. Select and link the corresponding asynsdk of asynframe according to the runtime of the asynsdk_mini-[MD/MDd/MT/MTd].lib
......@@ -127,7 +127,7 @@ int main(int argc, const char *argv[])
<u>network modules</u>
- asynneta
- [dtp](/doc/dtp.md)
- dtp
- [dns](/doc/dns.md)
- [ftp](/doc/ftp.md)
- [http](/doc/http.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册