c++ - Linking issue with OpenCV Lib after changing to x64 (Visual Studio 2010) -
i wanted compile c++ program x64.
i didn't change else, following error: link : fatal error lnk1181: cannot open input file 'opencv_calib3d249d.lib'
win32 still works fine though. (i used http://msdn.microsoft.com/en-us/library/9yb4317s.aspx)
Comments
Post a Comment