LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to locate advanlys.lib in CVI2015?

Hi,

 

We are using polyfit() function in one of our C++ based application. We have installed the evaluation version of CVI2015 (FDS package) and we see the below files getting installed,

 

  • analysis.h
  • advanlys.h
  • reganlys.h
  • reganlys.lib

 

The polyfit() function is part of the advanced analysis library (advanlys.h) and for us to use advanlys.h in our application, we need advanlys.lib. When we search for this library file in the system, we only find the reganlys.lib file. Kindly let us know how to get the advanlys.lib.

 

Also let us know the corresponding dll to use.

 

Best regards,

Banukumar

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

Hi Banukumar,

 

If you are creating a C++ application, you are most likely not developing in CVI. The advanlys library is only available for use in the CVI Full Development System (FDS) Environment. Since you must purchase the software to use the libraries (as noted by the differences between base and full: http://www.ni.com/pdf/manuals/373551c.pdf ) NI does not make the .dll or .lib files available for public use. 

 

Just to be clear, if you are using CVI and are not able to use polyfit() function in your application, you may have a corrupt installation, and need to reinstall CVI 2015, or you will need to manually add the libraries using the .lfp file. Here are instructions for customizing your library tree in CVI 2015: http://zone.ni.com/reference/en-XX/help/370051AC-01/cvi/programmerref/addinglibstouserslibmenu/

JD B.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,446 Views)