I'm running VB6 and NI488 version 1.7
My program runs fine the first time I execute it. However, if the program stops for any reason (either normal execution, or from an error), then the entire computer crashes the second time I enter my GPIB initialization code. I've narrowed the problem down to a call to the "ibsrc" function. I can call that function any number of times during the first execution, but never during the second.
The odd thing is that this behavior only seems to occur on NT-based operating systems (seen on Windows 2000 and XP so far), but works fine on Windows 98.
Any help would be appreciated.