Hi,
I have a project which creates dll and this project works fine in CVI 6.0.
When I opened this project in CVI 7.0 I got ivi.h not found error.
Here is my file.
//////////////FILENAME.h////////////////////////////////
#include "cvidef.h"
#include "ivi.h"
int _VI_FUNC CALL_PETS (int number, int *data);
////////////////END OF FILE/////////////////////////////
Why is this happening?
What is the best way to fix this issue so that it will work in CVI 6.0 and 7.0?
Thanks for your help.
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1