Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Analysis.lib 8.0 in visual c++?

Hi,
 
We are using the analysis.lib file from CVI 7.1 within our C++ development environment.  We've used in for years without problems.  We recently tried using the analysis.lib file from version 8 and everythign ran fine, no crashes, but all of our functions were outputting 0 - no results.  Is there any known issue in regards to use of analysis.lib in visual C++ between versions 7.1 and 8.0?  Thanks.
 
Marc
0 Kudos
Message 1 of 3
(7,027 Views)
The implementation of the analysis library has changed between CVI 7.1 and CVI 8.0. The analysis functions themselves are now implemented in "C:\Program Files\National Instruments\Shared\Analysis\nianlys.dll". Analysis.lib loads the new analysis DLL when you first call into it.

Check that you have the DLL on your target system. If not, you have to install "C:\Program Files\Common Files\Merge Modules\nianlys.msm" (or include it in your installer). It also needs mkl.msm (same location).
0 Kudos
Message 2 of 3
(7,020 Views)
HI Peter,
 
Thanks for the quick reply.  Seems simple enough.
 
Have a good day.
 
Marc 
0 Kudos
Message 3 of 3
(7,000 Views)