LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

can't stop resource window from popping up

Anyone know how to prevent the resource window from popping up everytime I run my application out of the IDE?

 

This is really, really annoying.

 

Unlike the watch winodw (which can also be an annoyance) you can't clear a resource out of the window to keep it from obnoxiously popping up every time.

 

 

Menchar

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

Hey Menchar - 

 

The resource window only displays automatically when it detects that resources have not been properly released at the completion of your application.  Have you verified that there are no resource leaks that should cause the window to display?  Once the resources has been appropriately discarded, the window should no longer display at the end of execution.

 

Of course, you can always set the debugging level in the build options dialog back to "Standard" or "No run-time checking", but you then lose the benefit the resource tracking window may provide.

 

NickB

National Instruments 

Message 2 of 3
(3,396 Views)

Nick -

 

Thanks, it was indeed what looked like a memory leak but was actually just my terminating the application prematurely and not "free" ing some malloc'd blocks.

 

Yup, I could put debug back to standard - resource window is new feature so had me, as a creature of strong habit, confused.

 

Thanks again.

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