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
↧