我想我的用户C ++中的Android / OpenCV的/ NDK项目代码。 当我将文件粘贴到JNI文件夹,打开它们,编译器给了我像SUBSTR或fwrite的功能无效的参数错误。
一个例子:
#include <string>
#include <vector>
using namespace std;
using namespace cv;
...
std::string str="We think in generalities, but we live in details.";
std::string str2 = str.substr (12,12);
不放弃与SUBSTR编译:
参数无效 '考生:性病:: basic_string的,性病::分配器> SUBSTR(?,?)'
我明明做错了什么! 我使用的OpenCV 2.4.3.2 Android和C / C ++开发。 8.1.1工具的Eclipse。