Ask Your Question

Alex_SHA's profile - activity

2017-03-18 22:19:31 -0600 received badge  Taxonomist
2012-08-23 12:51:00 -0600 asked a question How to run OpenCV on C++ Builder 6

Hello. I'm trying to run an empty project c++ Builder 6 with OpenCV 2.4. Have only one command Include "opencv2/core/core.hpp".

The compiler generates an error on the following line: template<int l=""> Matx(const Matx<_Tp,m,l>& a,const Matx<_Tp,l,n>& b,Matx_MatMulOp);

[C++ Fatal Error] core.hpp(525): F1004 Internal compiler error at 0xc82699 with base 0xc10000

Has anyone used OpenCV on Builder 6? Plese help.