Reputation: 11
I have downloaded and included the VISA library in my VB6 project through visa32.dll. When I try to compile the project, I get this error message:
Constant expression required
The VISA library is included in the project references here:
Here is VI_NULL
in visa32.dll:
Why am I getting the error for VI_NULL
but not VI_SUCCESS
which is just above it?
Upvotes: 1
Views: 55