2013年7月31日

摘要: 下载opencv2.46的库,假设解压到OpenCV246,设置如下:在工程的c++的include目录下添加:OpenCV246\opencv\build\include在工程的c++的lib目录下添加:OpenCV246\opencv\build\x86\vc10\staticlib#include "stdafx.h"#include // 这几个依赖库文件必须要添加, // 因为这些是OpenCV所使用的第三方库 #pragma comment( lib, "libjasperd.lib" ) #pragma comment( lib, &quo 阅读全文
posted @ 2013-07-31 16:00 sunws_king 阅读(477) 评论(0) 推荐(0) 编辑
摘要: winxp系统,使用VS2010,在使用boost中的thread中的sleep的时候出现“无法定位程序输入点GetTickCount64 在动态链接库kernel32.dll上”的错误,在网上搜索了解决方案,例如:(http://zhidao.baidu.com/question/525243508.html)都无法解决。在参考http://software.intel.com/en-us/forums/topic/345090后得到解决方法:1.在“stdafx.h”中#include 之前定义:#define _WIN32_WINNT 0x05012.重新生成解决方案至此可以正确使用bo 阅读全文
posted @ 2013-07-31 11:03 sunws_king 阅读(9972) 评论(0) 推荐(0) 编辑

导航