General Protection Errors
- Mise à jour2023-02-21
- Temps de lecture : 1 minute(s)
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.