NC114
2008-08-12 22:10:06 UTC
I have a project that involves a Compact FP PAC and a TPC 2106 touch panel. I plan on using the built in web server on the PAC for remote monitoring, and then I want to use the TPC as a local operator interface. I started to create a VI to run on the TPC that uses network shared variables to communicate with the PAC. When I go to build the executable on the TPC, I have several errors that say "missing VI or C file". I've checked out the forum, but the suggested fix to a similar problem has not solved the problem. Below is an excerpt from the build report:
Generating Code...NI_Variable_RT_lvlib_lvvar_RTSinglePointCreate_BOOL.obj : error LNK2019: unresolved external symbol LVNBSinglePointCreate referenced in function NI_Variable_RT_lvlib_lvvar_RTSinglePointCreate_BOOL_BlockDiagramNI_Variable_RT_lvlib_lvvar_RTSinglePointRead_BOOL.obj : error LNK2019: unresolved external symbol LVNBSinglePointRead referenced in function NI_Variable_RT_lvlib_lvvar_RTSinglePointRead_BOOL_BlockDiagramNI_Variable_RT_lvlib_lvvar_RTSinglePointWrite_BOOL.obj : error LNK2019: unresolved external symbol LVNBSinglePointWrite referenced in function NI_Variable_RT_lvlib_lvvar_RTSinglePointWrite_BOOL_BlockDiagramNI_Variable_RT_lvlib_NetVar_RT_Subscribe.obj : error LNK2019: unresolved external symbol netvar_subscribe referenced in function cln_wrapper_2EE0B3CNI_Variable_RT_lvlib_Var_RT_SetCleanupProc.obj : error LNK2019: unresolved external symbol RTSetCleanupProc referenced in function cln_wrapper_2EE0A24myProj.exe : fatal error LNK1120: 5 unresolved externals
Any suggestions?
Thanks
Generating Code...NI_Variable_RT_lvlib_lvvar_RTSinglePointCreate_BOOL.obj : error LNK2019: unresolved external symbol LVNBSinglePointCreate referenced in function NI_Variable_RT_lvlib_lvvar_RTSinglePointCreate_BOOL_BlockDiagramNI_Variable_RT_lvlib_lvvar_RTSinglePointRead_BOOL.obj : error LNK2019: unresolved external symbol LVNBSinglePointRead referenced in function NI_Variable_RT_lvlib_lvvar_RTSinglePointRead_BOOL_BlockDiagramNI_Variable_RT_lvlib_lvvar_RTSinglePointWrite_BOOL.obj : error LNK2019: unresolved external symbol LVNBSinglePointWrite referenced in function NI_Variable_RT_lvlib_lvvar_RTSinglePointWrite_BOOL_BlockDiagramNI_Variable_RT_lvlib_NetVar_RT_Subscribe.obj : error LNK2019: unresolved external symbol netvar_subscribe referenced in function cln_wrapper_2EE0B3CNI_Variable_RT_lvlib_Var_RT_SetCleanupProc.obj : error LNK2019: unresolved external symbol RTSetCleanupProc referenced in function cln_wrapper_2EE0A24myProj.exe : fatal error LNK1120: 5 unresolved externals
Any suggestions?
Thanks