LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Image Control in CVI is causing General Protection error

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

0 Kudos
Message 1 of 3
(3,889 Views)

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.

0 Kudos
Message 2 of 3
(3,855 Views)

If you still need help at this point, please send your CVI project.

0 Kudos
Message 3 of 3
(3,853 Views)