11-05-2008 08:15 AM
Hi
I have just looked at my "NI License Manager" and under Local Licenses->LabWindows/CVI 8.5.1->Development Environment->Full Development System and it is green so I should have the full CVI packet.
But it does not include a analysis.h file?
How do I download from the page? I can only buy and upgrade?
BR
Benjamin
11-05-2008 08:25 AM
11-05-2008 08:27 AM
Hi
Thanks, and the evaluation should include analysis.h ?
BR
Benjamin
11-05-2008 09:38 AM
No the evaluation edition does not include analysis.h 😞
BR
Benjamin Andersen
11-05-2008 10:01 AM - edited 11-05-2008 10:02 AM
bandersen wrote:No the evaluation edition does not include analysis.h 😞
BR
Benjamin Andersen
Are you sure? As far as I can understand, the evaluation version of CVI is the full develpment system release of the product (see this knowledge base article that explains how to downgrade from the eval version to CVI base version).
Can you see the advanced analisys library in the library tree? If the tree is not displayed, activate it ashighlighted in the attached image.
If advanced analisys library is shown, then you should have analysis.h file in your c:\program files\national instruments\cvi8\include folder: check carefully or make a search on the whole disk with windows searching utility
11-05-2008 10:36 AM - edited 11-05-2008 10:37 AM
Hi
Yes I have the folder in the library tree 🙂
But I don´t have analysis.h in the CVI85\include folder 😞
I have installed the eval version on a new computer, it does have the folder in the library tree with the folder(Advanced Analysis Library), but it don´t have the analysis.h in the CVI85\include folder.
On the other computer with the original full payed serial key I have the library tree with the folder(Advanced Analysis Library), but it don´t have the analysis.h in the CVI85\include folder.
Does the version not include .h files? Can anyone send me the .h files?
BR
Benjamin
11-06-2008 06:43 AM
Hello,
Analysis.h is located in C:\Documents and Settings\All Users\Application Data\National Instruments\CVI85\include
It has been moved there in CVI 8.5 to be compatible with Windows Vista.
11-06-2008 07:58 AM
Hi
Thanks for the help 🙂
BR
Benjamin
11-07-2008 04:12 AM
Hi
Remeber if you are using Measurement Studio 8.5 for Visual Studio 2008 or just Visual Studio 2008 then you have to add theise settings to make analysis.h to work:
Project->Properties->c/c++->Additional Include Directories-> Add this path here: C:\Documents and Settings\All Users\Application Data\National Instruments\CVI85\include
Now go to Linker->General-> Additional Include Directories-> Add this path here:C:\Documents and Settings\All Users\Application Data\National Instruments\CVI85\bin\msvc
Now go to Linker->Addetional Dependencies->Add : analysis.lib
BR
Benjamin