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

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -