Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Error linking external library (Agilent visa32.lib)

$
0
0
Hi all, I’m attempting to build a project and getting this error :-1: error: LNK1104: cannot open file ‘visa32.lib’ The following is part of my .pro file (auto generated by the ‘Add Library’ function in QtCreator unix|win32: LIBS += -L$$PWD/../../../../../../Program Files/IVI Foundation/VISA/WinNT/lib/msc/ -lvisa32 INCLUDEPATH += $$PWD/../../../../../../Program Files/IVI Foundation/VISA/WinNT/lib/msc DEPENDPATH += $$PWD/../../../../../../Program Files/IVI Foundation/VISA/WinNT/lib/msc The library is present at the path C:\Program Files\IVI Foundation\VISA\WinNT\lib\msc Any ideas as to why I’m still getting a linker error? Thanks. David

Viewing all articles
Browse latest Browse all 2113

Trending Articles