Hallo, this screenshot shows some strange corruption, when debugging some testcode with CVI2013SP1 on Windows 7, which is using the Agikent U8903 instrument driver:
As you can see, AGU8903ni_Initialize just returned without error ( status is zero) . But the instrument handle it returns has the value "TCPIP0::192.168.2.12::inst0::INSTR" ( which is the VISA ressource of that device and not an instrument handle).
Is this a bug in the debugger or is this more likely some corruption in VISA ( version 14.0) ?
Debugging into the instrument driver shows that the handle is returned by the viOpen() call.