Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

(opencv_core243d.dll) : fatal error LNK1112

Hi, I installed version 2.4.3 of opencv on my x64 machine runnig windows 8. to test the installation I tried the camera calibration sample from the sample folder. After adding the necessary paths (C:\opencv\build\include and C:\opencv\build\x64\vc10\lib) and libraries (opencv_calib3d243d and so on ...), I tried to build the project, unfortunately I failed on the following error

(opencv_core243d.dll) : fatal error LNK1112 module machine type 'x64' conflicts with target machine type'X86'

is there any solution please ?