LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

FIR_Coef with external compiler

Solved!
Go to solution

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

0 Kudos
Message 11 of 19
(2,361 Views)
Follow the evaluate link.


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 12 of 19
(2,359 Views)

Hi

 

Thanks, and the evaluation should include analysis.h ?

 

BR

Benjamin

0 Kudos
Message 13 of 19
(2,356 Views)

No the evaluation edition does not include analysis.h 😞

 

BR

Benjamin Andersen

0 Kudos
Message 14 of 19
(2,343 Views)

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

 

 

Message Edited by Roberto Bozzolo on 11-05-2008 05:02 PM


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 15 of 19
(2,340 Views)

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

Message Edited by bandersen on 11-05-2008 10:37 AM
0 Kudos
Message 16 of 19
(2,337 Views)
Solution
Accepted by topic author bandersen

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.

Regards,
Eirikur Runarsson
0 Kudos
Message 17 of 19
(2,317 Views)

Hi

 

Thanks for the help 🙂

 

BR

Benjamin

0 Kudos
Message 18 of 19
(2,312 Views)

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

0 Kudos
Message 19 of 19
(2,298 Views)