COCOAPI for windows error!
refer this https://github.com/philferriere/cocoapi
However, you may encounter a bug where you cannot open basestd.h.
The solution is as follows:
For those with Windows 10, download the SDK from here to fix the header file basestd.h.
I downloaded the .exe, installed and worked great. SDK was ~2.3GB.
Note: For those like me with 64-bit systems who got an additional error:
`LINK : fatal error LNK1158: cannot run 'rc.exe'
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\link.exe' failed with exit status 1158There is a great answer here which solves the problem by placing the rc.exe file in the correct folder for your system.
COCOAPI for windows error!的更多相关文章
- redis报错Windows error 0x70(a large memory)
		redis报错Windows error 0x70 redis 嫌弃你内存不够了,就给你不开第二个实例. The Windows version of Redis allocates a large ... 
- Fix Python 3 on Windows error Microsoft Visual C++ 14.0 is required
		Fix Python 3 on Windows error Microsoft Visual C++ 14.0 is required Fix the error for Python 3.6 and ... 
- loadrunner12: Error -27492: "HttpSendRequest" failed, Windows error code=8
		这个问题我在网上看到有这样的解释:1.timeout时间超时设置问题2.Run-Time Settings -> Preferences -> Advanced. 确定此选项未被选中:&q ... 
- Windows Error Codes
		http://www.briandunning.com/error-codes/?source=Windows Windows Error Codes List All Error Codes | S ... 
- 场景报错Error -27492: "HttpSendRequest" failed, Windows error code=12029 (cannot connect) and retry limit (0) exceeded for URL=""
		1.现象:loadrunner场景执行,tps图是一段很平稳,然后直线触底,一段时间,直线恢复平稳,触底这段时间报错信息如下: Action.c(6): Error -27492: "Htt ... 
- 【转】Windows Error Code(windows错误代码详解)
		本文来自: http://blog.sina.com.cn/s/blog_5e45d1be0100i0dr.html http://blog.sina.com.cn/s/blog_5e45d1be01 ... 
- Windows Error Code(windows错误代码详解)
		0 操作成功完成. 1 功能错误. 2 系统找不到指定的文件. 3 系统找不到指定的路径. 4 系统无法打开文件. 5 拒绝访问. 6 句柄无效. 7 存储控制块被损坏. 8 存储空间不足,无法处理此 ... 
- 2014/08/23——OJ及相关站点打开速度非常慢,训练计划login直接error!
		问题: 这个问题存在已经将近一个星期了.刚開始时发现OJ及相关的站点有时候打开有点慢,那时候也没在意,后来时快时慢的越来越频繁:今天早上直接一直都打开非常慢(无论什么时候.这样的情况);训练计划和做题 ... 
- 【C语言/C++编程学习笔记】你的第一个Windows程序!高级操作~
		什么是windows编程?了解到Windows API 编程.Windows编程.Windows SDK 编程是一个概念.今天我们运用C语言来实现你的第一个真正的Windows程序. windows. ... 
随机推荐
- [微信跳转浏览器]微信跳转外部浏览器下载APP源码,可以实现自动跳转外部浏览器打开链接
			基于微信后端开发了一款微信推广助手,使用了本程序生成的链接,用户在微信任意环境下点击链接或者扫描二维码,可以实现直接跳转手机默认浏览器并打开指定网页. 我们开发的此款跳转产品,应用范围广泛.除了下载A ... 
- FreeNOS学习1——系统安装和使用
			官网安装教程:http://www.freenos.org/doxygen/index.html 整体思路:在Ubuntu操作系统下,安装qemu虚拟机,然后用虚拟机运行FreeNOS的镜像.以下是详 ... 
- Python2_实现文件中特定内容的获取
			===================================================== 参考链接 Python 文本文件内容批量抽取:https://blog.csdn.net/q ... 
- 2020 中国 .NET 开发者调查问卷
			随着.NET Core 3.1的发布,国内2019 中国.NET开发者峰会在上海的成功举办.从技术采用生命周期的角度来说,随着.NET Core 3.1的发布,有越来越多的厂商开始采用.NET Cor ... 
- 程序员必须掌握的性能调优 X Y Z
			热评博文:<如何设计出优美的Web API?>,现阅读量超 2500,小伙伴们不要错过哦! 2003 ~ 2008 年,这五年老兵哥我在通信行业做实习生和开发岗,主要用 C / C++ / ... 
- Struts||IQ
			Here's question about struts2....... 1.struts2原理 初始的请求通过一条标准的过滤器链,到达 servlet 容器 ( 比如 tomcat 容器,WebSp ... 
- Spring Boot 整合 slf4j+log4j 实现日志管理
			一:首先新建一个jar项目,如下图: 二:添加log4j的依赖,如下pom.xml文件: <project xmlns="http://maven.apache.org/POM/4.0 ... 
- 如何学习Java基础
			Java是用于软件开发的最流行的编程语言,无论做自动化测试或者测试开发,Java依然是最重要的选项之一. 为什么要学习Java? Java很容易学习 Java是通用的,面向对象的,高性能,解释型,安全 ... 
- Python 线性回归(Linear Regression) - 到底什么是 regression?
			背景 学习 Linear Regression in Python – Real Python,对 regression 一词比较疑惑. 这个 linear Regression 中的 Regress ... 
- 大数据学习之路-hdfs
			1.什么是hadoop hadoop中有3个核心组件: 分布式文件系统:HDFS —— 实现将文件分布式存储在很多的服务器上 分布式运算编程框架:MAPREDUCE —— 实现在很多机器上分布式并行运 ... 
