General Protection Errors
LabWindows/CVI also checks for stack overflow and missing return values. The following errors are general protection errors.
- Stack overflow (fatal)
- Missing return value (non-fatal)
The missing return value error means that a non-void function, a function you do not declare with the void return type, returned but did not return a value.