随笔分类 -  C/C++

error C2220: warning treated as error - no 'object' file generated warning C4819: The file contains a character that cannot be represented in the current code page (936).
摘要:用Visual Studio2015 编译时,遇到如下编译错误: error C2220: warning treated as error - no 'object' file generated warning C4819: The file contains a character that 阅读全文
posted @ 2017-08-28 16:36 心在飞_ 阅读(919) 评论(0) 推荐(0)
cmake 学习笔记(一)
摘要:本文转自:http://blog.csdn.net/dbzhang800/article/details/6314073最大的Qt4程序群(KDE4)采用cmake作为构建系统Qt4的python绑定(pyside)采用了cmake作为构建系统开源的图像处理库 opencv 采用cmake 作为构建... 阅读全文
posted @ 2014-05-14 16:11 心在飞_ 阅读(318) 评论(0) 推荐(0)
C/C++检测内存泄漏的工具 Visual Leak Detector223 的使用方法
摘要:Visual Leak Detector是一个免费的内存泄露检测工具,适用于Visual C++ debugger(Visual C++ 6\2003\2005 and 2008\2010)。下载地址:http://vld.codeplex.com/releases/view/82311说明及备用下载地址:http://www.xdowns.com/article/170/Article_3060.html使用方法1: 1.安装vld,如果它说是否要打入到什么系统环境变量,点是。2.将安装路径(我的是C:\Program Files\Visual Leak Detector)的.h文件(inc 阅读全文
posted @ 2013-04-10 14:25 心在飞_ 阅读(985) 评论(0) 推荐(0)