摘要: 首先编写CMakeLists.txt文件 1、cmake版本号 1 cmake_minimum_required(VERSION 3.10) 2、 工程项目名称 2 project(chat_phone) 3、设置编译选项(debug or release) 3 IF(NOT CMAKE_BUILD 阅读全文
posted @ 2020-06-12 19:18 懒人福利 阅读(1584) 评论(0) 推荐(0) 编辑
摘要: 错误原因:这种是在静态库时,才会出现的错误,缺少了vc100.pdb(VS2010是vc100.pdb,VS2008,是vc90.pdb依此类推) 这里除了静态库.lib,还需要vc100.pdb这个文件(在debug目录下) 调试信息的历史回顾 连接二进制指令和源代码之间的纽带——符号是如何被编译 阅读全文
posted @ 2020-06-12 17:14 懒人福利 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes 阅读全文
posted @ 2020-06-12 16:37 懒人福利 阅读(423) 评论(0) 推荐(0) 编辑