01-23-2014 02:11 AM
Hi,
Image_Control in CVI is causing General Protection error while trying to discard the parent panel or executing 'ImageControl_Revert (..)' function.
Do any one know how to resolve this issue?
Thanks,
Sankar
01-24-2014 07:35 AM
Hello,
We will probably need more information to help you.
But here is an explanation about general protection errors...maybe it will help you fixing the issue.
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.
01-24-2014 07:38 AM
If you still need help at this point, please send your CVI project.