LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Library for FindPattern in CVI2015

We have Installed Lab Windows (CVI 2015) and trying to Link in Visual Studio.

We have added the below Library Directories in Visual Studio for Linking to NI Libraries.

C:\Program Files\National Instruments\CVI2015\bin\msvc 

C:\Program Files\National Instruments\CVI2015\extlib

 

But we are getting the below Linking errors:

1>PostProc.obj : error LNK2019: unresolved external symbol _FindPattern@24 referenced in function _bGetLogTimeStamp
1>PostProc.obj : error LNK2019: unresolved external symbol _CVI_CloseFile@4 referenced in function _i32GetVDBMsgErrCount
1>PostProc.obj : error LNK2019: unresolved external symbol _ReadLine@12 referenced in function _i32GetVDBMsgErrCount
1>PostProc.obj : error LNK2019: unresolved external symbol _CVI_ReadFile@12 referenced in function _i32GetVDBMsgErrCount
1>PostProc.obj : error LNK2019: unresolved external symbol _CVI_OpenFile@16 referenced in function _i32GetVDBMsgErrCount
1>PostProc.obj : error LNK2019: unresolved external symbol _GetFileInfo@8 referenced in function _i32GetVDBMsgErrCount

1>C:\KTR\MKS_SI\VDB_CRC_Post_Proc\Debug\VDB_CRC_Post_Proc.exe : fatal error LNK1120: 6 unresolved externals

 

Can you please help us in understand how to link them and resolve this. 

 

 

 

 

 

 

 

0 Kudos
Message 1 of 2
(2,924 Views)

This help page guides you in configuring an external compiler in order to find CVI libraries.

You can find it in Programmer Reference >> Compiler/Linker Issues within CVI help.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,892 Views)