> After having called the STDSPI.DLL (successfully)
> and then trying to communicate with the networker
> through GPIB calls from LabVIEW, LabVIEW crashes.
> I have also tried VISA and ActiveX.
> Has anyone experienced this?
>
"Crashes" doesn't give much information, but if I
had to guess, I'd say that your initial calls to the
DLL are corrupting memory, like an array or a string
that is later being read or written to by LV. The
other possibility is that it isn't LV crashing, but
a driver.
Look first at your DLL, maybe simplify or delete the
call and see if the crash goes away. If so, figure
out what is wrong with that call. If you don't get
anywhere with it, get NI support involved.
Greg McKaskle