SmartVessel

Foucs on C++

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  Qt

摘要:Have identified the missing “Additional Dependencies” as: imm32.libwinmm.libWs2_32.lib I had previously built the project using shared Qt libraries, and am a little surprised I needed to include these when I changed to using static Qt libraries, but hey ho, addin... 阅读全文
posted @ 2012-11-01 09:37 SmartVessel 阅读(290) 评论(0) 推荐(0)

摘要:When trying to debug my Qt application, the app throw a exception as "Exception at 0x77da2073, code: 0xc0000005: write access violation at: 0x1, flags=0x0"I am using Qt creator and vs2005 compiler and debugger. I load the project on vs2005 and run debugger. There is no exception. But I fou 阅读全文
posted @ 2012-10-31 15:17 SmartVessel 阅读(7891) 评论(0) 推荐(0)

摘要:> To create additional buildconfigurations switch to the projects pane and > choose "Add" next to the "Edit BuildConfiguration" label, choose create, > choose a different build directory and on the second wizard page enter,> one of: -DCMAKE_BUILD_TYPE=None > -DCMAK 阅读全文
posted @ 2012-10-25 15:58 SmartVessel 阅读(471) 评论(0) 推荐(0)