Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

ibnotify and nipalut.dll

Hi everyone

 

I am trying to build a custom application to use a NI GPIB-USB-HS adapter. The code is written in cpp and I use QT on windows 7 and windows 10.
For the moment, I compile in 32bit using either mingw 4.9.1 either visual studio 2013.

I use the gpib-32.obj to adress the NI library.

 

I try to use the ibnotify callback using :

ibnotify (id, CMPL,(GpibNotifyCallback_t) CallbackWrite, this);

 

However, I run into an exception created by the nipalut.dll.

Strangely, the same code works in macOS.


Does anyone has an idea what could be the problem ?

Thank you very much

0 Kudos
Message 1 of 1
(2,650 Views)