LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

undefined symbol

I am getting an undefined symbol error when I am trying to run SW. this worked on cvi7.1 but not on cvi8.0
 
why is this the case?
 
 
 
0 Kudos
Message 1 of 4
(3,756 Views)

Did you add the file "XanM9B.lib" to the project? I couldn't see it in the screenshot you posted.

JR

0 Kudos
Message 2 of 4
(3,739 Views)

I did that , but found out that you have to load the driver again to the PC, even if you built an executable.

 

How can this be avoided so the next time I build an exe, the setup will load everything needed including the instr.lib file?

0 Kudos
Message 3 of 4
(3,726 Views)

I'm not sure I understand what you mean by "the setup" - are you talking about the initial installation of CVI onto a new development PC, or about the installation of your project's distribution kit to a user? For the first case, then once you have loaded the .lib file into your project, you can edit and rebuild executables without worrying about it any more. For the second case, then you would need to add the instrument's dll file to your distribution kit (with the permission of the supplier, if it is a third party product) so that it works on each target machine.

Or did you mean something else?

JR

0 Kudos
Message 4 of 4
(3,715 Views)