12-04-2006 04:22 PM
12-05-2006 10:20 AM
What version of the visa32.dll do you have including the sub version?
Routines in Dll's are usually referenced either by ordinal position or routine name. This error is implying that
the routine that was located at ordinal 215 at one time, is not available in the visa32.dll you are using right now at the same ordinal position.
I looked in my visa32.dll and in my ordinal position 215, I have a routine called, viAssertIntrSignal which would imply some sort of error condition handler.
My visa32.dll version is 4.0.0.49152. I was curious what sub version you are running since you said you are running v4.0.
12-05-2006 10:49 AM - edited 12-05-2006 10:49 AM
Message Edited by Carl_Ray on 12-05-2006 10:49 AM
12-05-2006 10:55 AM