如何为Visual C ++ 2008 x86安装openCV 2.4.9? (未解析的外部符号)

时间:2014-08-31 15:45:32

标签: c++ opencv

当我尝试编译此代码时

// Project0.cpp : main project file.

#include "stdafx.h"

using namespace System;
#include <opencv2/core/core.hpp>

int main(array<System::String ^> ^args)
{
    return 0;
}

我得到38 errors and 4 warnings

我已使用包含文件路径指定了所有3个文件夹: enter image description here

And lib files directory: enter image description here

以及debug .lib文件: enter image description here

所选平台是Win32,* .lib是x86,所以我认为问题不同于this,其中使用了x64。

我可以创建一个解决方案平台并将其称为&#34; x64&#34;,但无法将项目切换到它:

enter image description here

1 个答案:

答案 0 :(得分:2)

正如berak所说,获取Visual C ++ 2010更容易。要将opencv 2.4.9与MVC ++ 2008一起使用,应该从源代码重新编译库