Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

declaration syntax error in decl.h

hi!
i a using the gpib dos software to interface my instruments. i am using turbo C++ version 1.0 as my programming language. i have included the c language interface file decl.h in my application.
when i try to compile the program it gives me around 30 errors within the decl.h file. since i have downloaded this file there is less chance that there is an error with this file and my guess is that i am making a mistake with compiling. can anyone suggest what mistake i am making?

also is decl.h valid for turbo c++ version1.0?
0 Kudos
Message 1 of 2
(3,354 Views)
The language interface developed for Turbo C/C++ in DOS (http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&B7D5270F212796458625688B00706ADF&cat=0B47FD0CFA7E3F6E862567F4005AD89C) is only valid for version 2.x and higher of the environment.
0 Kudos
Message 2 of 2
(3,354 Views)