From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Undefined symbol 'AO_Configure' & 'AO_VWrite'

Hi  all ,

 

I am facing problem while compling the existing source code in CVI 2009.  Source code written in very old version in CVI , may be 10 years back. 

 

I am try  to complie existing source code  in cvi 2009 . I am geting  below errors

 

Undefined symbol '_AO_Configure@28' referenced .
Undefined symbol '_AO_VWrite@16' referenced.
Undefined symbol '_WFM_ClockRate@24' referenced .
Undefined symbol '_WFM_DB_Config@24' referenced.
Undefined symbol '_WFM_Group_Control@12' referenced.
Undefined symbol '_WFM_Group_Setup@16' referenced in.
Undefined symbol '_WFM_Load@28' referenced in.
Undefined symbol '_WFM_Rate@20' referenced in".
Undefined symbol '_WFM_Scale@28' referenced in.

 

 

thanks 

Mukesh kumar

 

0 Kudos
Message 1 of 2
(3,879 Views)

All these are functions from Traditional NI-DAQ, the driver for data acquisition devices used before DAQmx was launched.

You must install that driver if you want to compile your software without modifications. You can download it from this page unless you have a driver CD fro which to install.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(3,876 Views)