openCV dev cpp link

Thread Starter

Siddharthd

Joined May 28, 2010
5
hello friends,

I want to use openCV2.0 with dev cpp 4.9.9.2 as the compiler.. But I am not able to successfully link it..

I created a new compiler in compiler options...

In that I added libraries, c includes and c++ includes from dev cpp and openCV as well... But it doesn work..

According to one forum,, I edited the 67-68 lines of cxoperations.hpp and added ||_MINGW_ to it...

It is supposed to work now... But still it does not...

It gives me the same errors as it gave me before editing the cxoperations.hpp

I don understand.. please help me...

My Mingw version is 3.4.2

-sid D-
 

coldpenguin

Joined Apr 18, 2010
165
Is this the opencv as in the recognition library?
I believe that they have a mailing list which someone might help on (I seem to remember it is very low bandwidth).

Also, I suspect that you would get a lot more help, if you actually copied the error message you are receiving in.
 
Top