gpt4 book ai didi

visual-studio-2010 - cxcore210.dll 的问题

转载 作者:行者123 更新时间:2023-12-02 17:55:12 26 4
gpt4 key购买 nike

我正在尝试使用以下代码的 OpenCV 基本程序:

    #include "stdafx.h"

#include <cv.h>
#include <cxcore.h>
#include <highgui.h>

int _tmain(int argc, _TCHAR* argv[])
{
IplImage *img = cvLoadImage("give-back-to-society.jpg");
cvNamedWindow("Image:",1);
cvShowImage("Image:",img);

cvWaitKey();
cvDestroyWindow("Image:");
cvReleaseImage(&img);

return 0;
}

当我运行这个时,我得到

程序无法启动,因为您的计算机缺少 cxcore210.dll。尝试重新安装程序以解决此问题。

但是,我可以看到这个 DLL。它存在。它已经添加到我的 Sys-32 目录中。

我正在使用 Visual Studio 2010 Ultimate。

有时,我也会收到此错误:

它说它找不到exe文件。

我该怎么办?有什么帮助吗?

最佳答案

尝试将 dll 复制到应用程序的工作目录。这至少应该提供一个快速修复。

也可使用此文档作为引用:http://msdn.microsoft.com/en-us/library/7d83bc18%28v=VS.100%29.aspx

关于visual-studio-2010 - cxcore210.dll 的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6902319/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com