LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

unhandled win32 exception ?

Hi All,

 

I have been getting this error for sometime in my code. I am guessing that this could be because of memory leak. How do I get to the error ? Is there any debugger that will help me get to the cause of the error ? I am unable to get to the point where there could be possible memory access problem.

 

Thanks,

Kanu

0 Kudos
Message 1 of 2
(3,015 Views)

Hi Kanu,

 

You could try using the Resource Tracking window to monitor memory allocations and deallocations.  To enable Resource Tracking, go to Options » Build Options... and choose the Extended debugging level.  Then go to Window » Resource Tracking to bring up the Resource Tracking Window.

 

Build Options.JPG

 

 

More information regarding Resource Tracking can be found at the Developer Zone article Memory Leak Detection with LabWindows/CVI .

Regards,

 

Brandon V.

Applications Engineering

National Instruments

www.ni.com/support

 

 

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