OpenCV highgui110.dll Link Error

View: New views
2 Messages — Rating Filter:   Alert me  

OpenCV highgui110.dll Link Error

by Peter_APIIT :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello to all, i encounter an error like Error 1 fatal error LNK1107: invalid
or corrupt file: cannot read at 0x2C8 C:\Program Files\OpenCV\bin\highgui110.dll
1 OpenCV Capture
>
>
> Please help.
>
> Thanks.
>


This is my source code.

#ifndef CAM_CAPTURE_H
#define CAM_CAPTURE_H


#include "cv.h"
#include "highgui.h"

class CamCapture
{
private:
CvCapture* myCaptureHandler;
IplImage* videoFrame;
int key;

public:
CamCapture();
~CamCapture();

void Init();

};


#endif

Re: OpenCV highgui110.dll Link Error

by Peter_APIIT :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Peter_APIIT wrote:
Hello to all, i encounter an error like Error 1 fatal error LNK1107: invalid
or corrupt file: cannot read at 0x2C8 C:\Program Files\OpenCV\bin\highgui110.dll
1 OpenCV Capture
>
>
> Please help.
>
> Thanks.
>

Please help.


This is my source code.

#ifndef CAM_CAPTURE_H
#define CAM_CAPTURE_H


#include "cv.h"
#include "highgui.h"

class CamCapture
{
private:
CvCapture* myCaptureHandler;
IplImage* videoFrame;
int key;

public:
CamCapture();
~CamCapture();

void Init();

};


#endif