Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

viSession undeclared identifier

Hi All,
 
I am very new to using this visa library stuff. I am using MVC++ 2005 .NET and I have a Windows Form Application project. I have included the visa.h file in my Form1.h file.
 
From the following line I get the following errors.
 
viSession test;
 
error C2065: 'viSession' : undeclared identifier
error C2146: syntax error : missing ';' before identifier 'test'
error C2065: 'test ' : undeclared identifier
 
Please tell me what I'm doing wrong and if there is anything I may be missing from my project...just trying to establish a connection to a VXI.
0 Kudos
Message 1 of 2
(3,004 Views)
Never mind problem solve.
0 Kudos
Message 2 of 2
(3,002 Views)