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