Ask Your Question

Nouman's profile - activity

2013-08-30 00:00:05 -0600 asked a question OpenCV 2.2/2.1 mat.hpp caused VS2010 C++/CLI internal compiler error

OpenCV 2.4.2 mat.hpp caused VS2010 C++/CLI internal compiler error Any help for this please.I am near to completion of my work but stuck from yesterday on this error and found no any good source to solve.Please help me.

2013-08-29 04:54:57 -0600 commented question error C1001: An internal error has occurred in the compiler.

I used that EmguCV ist but i stuck at some of its functions then i try to make a wrapper library class in which i just make a "Wrapper.h" and "Wrapper.cpp" file.In both of files i include a link of my C++ project using open-CV like this #include "C:/...". make a ref class and declare a constructor and a pointer variable of the "Linked C++ header class" to initialize" in header file.Define the constructor in .cpp file then call the "Linked C++ header class function" in the constructor.everything goes fine but when i build the solution got only 1 error of "An internal error has occurred in the compiler" on double click it goes to the mat.hpp file of open CV which is used in linked C++ Project.

2013-08-29 02:42:52 -0600 asked a question error C1001: An internal error has occurred in the compiler.

Hi..! I want to use "C++ code doing image-processing using openCV" in C#. For that I made a wrapper-class library in which I linked some header and body files of my C++ project.

I almost got success but when I build the class library for releasing Dll I got this error

error C1001: An internal error has occurred in the compiler

When I double-click on it it goes to open CV file "mat.hpp" in the wrapper-class library. I want to solve this error soon. I did a lot search but still have the same error.

Please help me. I shall be very thankful to you. Thanks.