摘要: 【Qt开发】关于Qt应用程序中的堆栈、静态存储区的使用错误标签:【Qt开发】 最近终于又碰到了这个问题,想在main函数中定义一个局部大的数组,结果运行就报错,尼玛!刚开始真的不知道到发生了什么,后来一步一步的试,锁定在这个大... 阅读全文
posted @ 2016-09-22 20:57 ZhangPYi 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 【Qt开发】关于Qt应用程序中的堆栈、静态存储区的使用错误标签:【Qt开发】 最近终于又碰到了这个问题,想在main函数中定义一个局部大的数组,结果运行就报错,尼玛!刚开始真的不知道到发生了什么,后来一步一步的试,锁定在这个大... 阅读全文
posted @ 2016-09-22 20:57 ZhangPYi 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 建了一个对话框,我不想把边框去掉,只想去掉关闭按钮,setWindowFlags(windowFlags()&~Qt::WindowCloseButtonHint&~Qt::WindowContextHe... 阅读全文
posted @ 2016-09-22 19:59 ZhangPYi 阅读(850) 评论(0) 推荐(0) 编辑
摘要: 建了一个对话框,我不想把边框去掉,只想去掉关闭按钮,setWindowFlags(windowFlags()&~Qt::WindowCloseButtonHint&~Qt::WindowContextHe... 阅读全文
posted @ 2016-09-22 19:59 ZhangPYi 阅读(1422) 评论(0) 推荐(0) 编辑
摘要: 参考内容: 前段时间从网上下来一个有意思的代码,用VS2010打开时需要将工程转换为2010的工程,转化后却出现了编译不通过的问题,类似这样的错误:c:\program files\microsoft v... 阅读全文
posted @ 2016-09-22 19:58 ZhangPYi 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 参考内容: 前段时间从网上下来一个有意思的代码,用VS2010打开时需要将工程转换为2010的工程,转化后却出现了编译不通过的问题,类似这样的错误:c:\program files\microsoft v... 阅读全文
posted @ 2016-09-22 19:58 ZhangPYi 阅读(262) 评论(0) 推荐(0) 编辑
摘要: bool YV12ToBGR24_Native(unsigned char* pYUV,unsigned char* pBGR24,int width,int height){ if (width ... 阅读全文
posted @ 2016-09-22 19:55 ZhangPYi 阅读(233) 评论(0) 推荐(0) 编辑
摘要: bool YV12ToBGR24_Native(unsigned char* pYUV,unsigned char* pBGR24,int width,int height){ if (width ... 阅读全文
posted @ 2016-09-22 19:55 ZhangPYi 阅读(524) 评论(0) 推荐(0) 编辑
摘要: VS2013多字节工程问题使用VS2013编译旧版VC++程序时,提示Building an MFC project for a non-Unicode character set is deprecat... 阅读全文
posted @ 2016-09-22 09:24 ZhangPYi 阅读(212) 评论(0) 推荐(0) 编辑
摘要: VS2013多字节工程问题使用VS2013编译旧版VC++程序时,提示Building an MFC project for a non-Unicode character set is deprecat... 阅读全文
posted @ 2016-09-22 09:24 ZhangPYi 阅读(194) 评论(0) 推荐(0) 编辑