LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

General protection error when I click out of the application with winXP and CVI 6.0

My application shutdown and I have a general protection error when I click out of my application. This error only exist with windows XP. I haven't problem with the others versions of windows.

I saw that EasyTab and DuplicatePanel can generate some problems (I use them) but I'm not sure that it is the source of my problem because I remove this part of my program and the problem persists.

Have you ever had some problems which provide this kind of errors with some others functions ?

How can I know what is the source of the problem?
0 Kudos
Message 1 of 2
(2,806 Views)
The first thing to do would be to see where exactly this error occurs by running the debug version of the application and placing breakpoints to trace the problem. Try and isolate the problem in this manner. Use printf statements as well to follow the flow of execution

I hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,806 Views)