一.直接使用VS2012/VS2013/VS2015生成XP兼容的可执行程序 Visual Studio刚发布时没打补丁,称为RTM版,之后会陆续发布补丁,进行bug修复和功能增强。VS2010及之前版本的补丁为Service Pack,VS2012及之后版本的补丁称为Update。这些补丁都是向下 Read More
posted @ 2017-01-06 00:23 findumars Views(1522) Comments(0) Diggs(1)
一.编译工具 1.VS2015 编译Qt5.7.0的所需VS版本:Visual Studio 2013 (Update1)或Visual Studio 2015 (Update2)。因为Update补丁向下兼容,我用的是Visual Studio 2015 (Update3)。 2.Python 我 Read More
posted @ 2017-01-06 00:19 findumars Views(3518) Comments(0) Diggs(1)
[cpp] view plain copy [cpp] view plain copy http://blog.csdn.net/caoshangpa/article/details/53689038 Read More
posted @ 2017-01-06 00:16 findumars Views(2636) Comments(0) Diggs(0)
将安装好的酷狗拷贝到C:\data目录中 1.创建桌面快捷方式 [cpp] view plain copy QFile::link("C:/data/KuGou.exe", QStandardPaths::writableLocation(QStandardPaths::DesktopLocatio Read More
posted @ 2017-01-06 00:15 findumars Views(3744) Comments(0) Diggs(1)
前言在产品的实际应用环境中,如果我们的程序在客户那里出现了问题,例如程序异常了,而这个时候的现象又不能还原或者很难还原重现,那么只有使用dump文件来保存程序的当前运行信息,例如调用堆栈等,同时使用符号文件来定位问题了;这里主要讲解使用dbghelp库来生成输出dump文件,同时使用符号文件和win Read More
posted @ 2017-01-06 00:09 findumars Views(780) Comments(0) Diggs(0)