LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

are there any linkage errors going from labwindows v8 to labwindows v6

Hi,
I am modifying some code, that was written using labwindows v6, at my desktop and Im using labwindows v8. When I build the code, at my desktop it builds fine. When I take the code to the workstation, which is using labwindows v6, and build it. I get a project linking error: undefined symbol having to do something with the IMAQ. The code using the IMAQ I didnt modify. My question is there a problem take the code from one version to the next? Do I need to upgrade the NI-IMAQ lib for the machine running labwindows v6 or downgrade the NI-IMAQ lib on the machine running the labwindows v8. If so where can I find this lib?
0 Kudos
Message 1 of 2
(2,939 Views)

I guess the problem is that on the machine, where you get the linker errors, the IMAQ Function Panel is not included in the development invironment. To include the .fp file open CVI, go to the library-menu and choose "Customize..." Press the "Browse...2 Button, and browse to the ...\National Instruments\CVIxx\bin\ folder and choose the niimaq.fp file. Press OK.

You have to restart CVI after that, so that the changes take affect.

 

Hope this helps.

 

0 Kudos
Message 2 of 2
(2,927 Views)