I am using VC++ environment(Decl-32.h and GPIB-32.obj files) and commands from DECL-32.h
The application I am writing has to work both with IOTECH and NI boards but my problem is that IOTECH provides their own GPIB-32.dll.
So I am wondering if the above config even uses GPIB-32.dll indirectly or is everything handled with GPIB-32.obj
I can send simple commands like ibrd and ibwrt to the device(JFW attenuator with ICS Electronics card inside), but nothing like sendIFC and such. I know that sendIFC works on the device because when I use ICS's program GPIBkybd the device resets like it should. Once I send the command through c++ nothing happens.
If anyone can help me with this issue I would really appreciate it.