Hi,
I am updating old source codes (32 bits DLLs) trying to build them in 64 bits.
Most of lib are compiling in 64 bits without error but one gives me error :
error: use of undeclared identifier 'ibcntl'; did you mean 'ibcnt'?
Referring to this thread : Résolu : missing GPIB ibcntl for x64 - NI Community
I understood that the problem came from the gpib.h file which is not 64 bits compatible so I tried up to update the code by downloading the NI4882 API and replace the include <gpib.h> with <ni4882.h> but doesnt works.
I don't know how to make the code take into account the new library...
Thanks a lot