Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

PCI GPIB using Qt Creator under Windows

I'm trying to communicate with a PCI GPIB board.  The application I need to use is developed in Qt Creator under Windows.  After searching the NI website, I can't figure out which DLL and/or header files I need to get to do this.  All I've found are pre-compiled object files to link against using some versions of Visual Studio.

0 Kudos
Message 1 of 4
(6,747 Views)

Hi Mark,

 

Have you tried these: 

C:\Windows\System32\GPIB-32.dll

 

Regards,

Andrew M.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 4
(6,740 Views)

If that's all that is needed, what's the purpose of the pre-compiled object files?  Are those merely for statically linking against?  Will the DLL you specificed be all I need to access the PCI GPIB interface from a generic C++ application?

 

Thanks.

0 Kudos
Message 3 of 4
(6,734 Views)

Hi Mark,

 

I'm not sure about the answer to those questions. Let me do some research and I'll get back to you.

 

Regards,

Andrew M.
Applications Engineer
National Instruments
0 Kudos
Message 4 of 4
(6,726 Views)