Ask Your Question

mms's profile - activity

2012-08-28 00:01:53 -0600 commented question problem with include files core and highgui

add c:\opencv2.4.2\include to your project include directories instead.

2012-08-07 00:46:47 -0600 commented question setting OpenCv 2.4.0 in Dev-C++ 4.9.9.2 compiler

what problems? please specify errors your getting.

2012-08-03 03:47:53 -0600 commented answer Simple Opencv program with link error on

Why do you insist on using STLPort?

2012-08-02 15:05:15 -0600 answered a question Simple Opencv program with link error on

You're mixing different implementations of STL. VC10 (for opencv) and STLPort (for your code).