We are using Lab Windows/CVI 2015 and we are trying to link with Visual Studio 2010.
We have added the paths: C:\Program Files\National Instruments\CVI2015\bin\msvc and C:\Program Files\National Instruments\CVI2015\extlib\msvc
for linking.
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 tell us how to solve this