Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Instrument Drivers with Borland C++ Builder

I would like to use an NI4060 DMM instrument driver with Borland C++ Builder. Is a driver available without the need of other NI software support?
0 Kudos
Message 1 of 2
(3,980 Views)
Hi,

NI-DMM is necessary to use NI's DMMs. It is the main driver. I'm assuming that you're interested in using NI-DMM in Borland C++. Currently NI-DMM only provides language interface files for LABVIEW, CVI, VC++ and VB.

Some Borland compilers can be configured to link using MSVC .lib files (import libraries). If your compiler does not have this option, you can program using direct entry to the nidmm.dll file.

The following discussion is similar to your question:

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RNAME=ViewQuestion&HOID=506500000008000000151A0000&ECategory=Measurement+Hardware.Multifunction+I%2FO

DiegoF
National Instruments
0 Kudos
Message 2 of 2
(3,980 Views)