Hello
CVI by itself should not do that. Are you calling any devices, or any hardware with CVI using National Instruments device drivers like NI-DAQ? Is there a reason why you would get a run-time error in the first place? Can you use break points with out have the same effect?
In certain applications, if you interrupt a driver during its operations while its accessing its hardware (for example, pausing via breakpoint in the middle of an event, etc) it can cause unexpected and undesirable results, since the driver operations are happening in the kernal mode. The OS cannot prevent bad things from happening when the operations are running under kernal mode.
This is what I think might be happening in your case. if you are using NI-DAQ or any other National Instrum
ents driver, you might try posting your question in their category, they might be able to help you out alot more with the problem. You should even post a small peice of your code that you can reproduce the problem with. But CVI by itself should not reboot your machine for you.
Bilal Durrani
NI
Bilal Durrani
NI