void DisableBreakOnLibraryErrors (void);
Directs LabWindows/CVI not to display a run-time error dialog box when a National Instruments library function reports an error.
In general, you should use the Break on»Library Errors option in the Workspace window to disable this option. However, you can use this function in conjunction with EnableBreakOnLibraryErrors to temporarily suppress the Break on»Library Errors feature around a segment of code. DisableBreakOnLibraryErrors does not affect the state of the Break on»Library Errors option in the Workspace window.
![]() |
Note SetBreakOnLibraryErrors makes DisableBreakOnLibraryErrors obsolete. |
None.
None.