LNK1181: cannot open input file 'FlyCapture2_v140.lib' - c++

I'm trying to build a simple exemple in c++ using Visual Studio 2015 that comes with the sdk kit of the PointGrey GigECam BlackFly. However i'm getting this error:
LINK : fatal error LNK1181: cannot open input file 'FlyCapture2_v140.lib'
The original project is written using Visual Studio 2012, this problem that could being caused because i'm using a different version of the VS?

Related

visual studio error e1696 -"cannot open source file iostream"

When I build a cmake project in visual studio and this error occurs, I tried to uninstall and reinstall visual studio but it did not work.
the Build succeeded and the program ran but in error list I got the error "cannot open source file "iostream"".
I use the visual studio 2022 program.
enter image description here

How to build libcurl in Visual Studio 2019?

I'm trying to build libcurl in Visual Studio 2019 following this guide: https://stackoverflow.com/a/54680718/6936706 and I get an error in step 4:
LINK : fatal error LNK1181: cannot open input file '..\builds\libcurl-vc-x86-release-static-ipv6-sspi-winssl-obj-lib\vssh\libssh2.obj'
How do I fix that?
Download and replace winbuild folder from https://github.com/curl/curl
Delete builds folder
Repeat compilation

Problems in use mongodb and visual studio

I am trying to use mongodb in visual studio and I am following this steps tutorial:
How I installed the Windows 7 64x C++ driver/mongoDB to work with Visual Studio 2010
But I receive the following error message:
Error: cannot open the source file: "mongo/client/dbclient.h"
Does anybody knows why I have this error?

After upgrading from VS 2012 to VS 2013, error LNK1104: cannot open file 'mfc110d.lib'

I've just upgraded from VS 2012 to VS 2013, installed the Multibyte MFC Library for Visual Studio 2013, and run the Upgrade VC++ Compiler and Libraries tool without incident.
When I compile my VC++ project, I'm getting the error:
Error 8 error LNK1104: cannot open file 'mfc110d.lib' C:\Dev\batch.7.dev\MyProj\LINK MyProj
Do I need to retarget MFC from v110 to v120?
I've looked at fatal error LNK1104: cannot open file 'mfc110d.lib' and that's covered, both VS 2012 and VS 2013 have MFC installed.

Qt Visual Studio 2008 Add-in problem

I have Qt 2009.05 and Qt VS Add-in 1.1.3 installed on my computer with Visual Studio 2008. When I create simple Qt Application and build it, I'm receiveing this error.
1>LINK : fatal error LNK1181: cannot open input file 'qtmain.lib'
When I searched whole disk this file to add in Visual Studio library include variable, I doesn't find. I have qtmain.prl in my qt/lib directory but not qtmain.lib...
Your qt\lib directory should contain all the lib files. You have probably downloaded qt source package but you haven't built it. Download pre-built version for Visual Studio from here.