I am needing to know how error reporting is done in LabWindows. ...I am writing a IVI driver...
The checkStatusCallback function queries the Status register of an instrument, and if an error has occured, the status variable is set to a negative value. But how is the error reported to LabWindows?
I have followed to example, but am still not sure how to report the instrument specific error to the user.
I know I can write a seperate function to do this,
But I am trying to make the driver consistent with IVI specs. Please advise