11-26-2020 07:57 AM
Hi everyone,
I am trying to open a connexion with my keitlhey 2636B. I am using the library of NI for the 26xx series.
I used the function "ke26xx_init" like this :
ke26xx_init("GPIB1::27::INSTR", 1, 1, &keitlhey);
and this error appears : error: Undefined symbol '_ke26xx_init@16' referenced in "u:\Windows\Bureau\cvibuild.2636B\Debug\2636B.obj".
I don't understand why 😞 . Can you help me please ?
Thanks you very much !
01-07-2021 07:08 AM
Hi Armando,
Were you able to solve your Undefined symbol issue?
Please find a couple of post/tutorial that could help you investigate :
Undefined Symbol/Link error when running project in Lab Windows/CVI
Labwindows/CVI 5.0 gives an undefined symbol error when using a 3rd party static library.
Undefined Symbol Error When Importing a DLL in LabWindows™/CVI™ Project
Undefined Symbol Link Error in LabWindows™/CVI™ 2012 When Building a Static Library
Undefined Symbol Error When Importing a DLL in LabWindows™/CVI™ Project
Undefined Symbol Error in LabWindows/CVI with VXI and GPIB 488.2 Libraries
I hope this helps,
Junior