01-07-2014 03:54 AM
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
01-07-2014 04:04 AM
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.