PDA

View Full Version : Error LNK1104:Cannot open file ".obj"



mastercl
1st August 2016, 10:47
Hi All,

I'm a beginner on qt, seriously need you all help with this issue.
I just download QT5.7 and try to link my path and library to my project.
The project was empty, I just open a new project and add the library and path only. But I get the error as title and attached image.
Thanks a lot of someones really can help me solve this problem.

12051

d_stranz
1st August 2016, 17:41
The unreadable screen shot you have posted is pretty much useless for helping you solve your problem. And I seriously doubt that all you have done is "open a new project and add the library and path only". A basic new project doesn't use OpenCV, doesn't have files on an "S:" drive, etc.

I suggest you follow the Qt Creator tutorials (http://doc.qt.io/qtcreator/creator-tutorials.html) and work your way up from there instead of jumping feet-first into the deepest end of the pool.

When you are ready to integrate OpenCV into your project, there are tutorials here (https://wiki.qt.io/OpenCV_with_Qt).