Ask Your Question

nehalkalita's profile - activity

2017-01-06 01:43:47 -0600 asked a question Link error LNK1112: module machine type 'x64' conflicts with target machine type 'x86'

I am getting the following link error while executing OpenCV program:

image description

Can anyone suggest a solution?

2017-01-06 01:15:09 -0600 received badge  Editor (source)
2017-01-06 01:13:12 -0600 commented answer Exception thrown at 0x000007FEFDB49E5D in CVpro1.exe: Microsoft C++ exception: cv::Exception at memory location 0x000000000023F320.

Your answer does not give any solution to my problem. I even tried to execute the few sample codes of OpenCV but I was getting the same error.

2017-01-06 00:53:56 -0600 asked a question Exception thrown at 0x000007FEFDB49E5D in CVpro1.exe: Microsoft C++ exception: cv::Exception at memory location 0x000000000023F320.

I tried to run a C++ program after setting the path and properties for OpenCV in Visual Studio 2015. But I got the error as:

image description

Which is also mentioned in the question.

Here is the following code:

image description

Can anyone suggest a solution? I even tried to run some sample codes of OpenCV but I was getting the same error.