I have been trying to track down a few what seem like phantom Fatal Run Time Errors on my program closes.
I am running LabWindows/CVI 2010 Full 10.0.1 (419)
I originally posted here -> http://forums.ni.com/t5/LabWindows-CVI/EasyTab-ConvertFromCanvas-memory-leak/m-p/3084769#M69465
As I thought this was related to tabs, where my resource tracker shows 'unclosed' resources.
Now I am opening a different program and have found that even though I put my return 0; at the top of my main loop, I still get a fatal run time error.
The error is exactly:
FATAL RUN-TIMe ERROR
Unknown source position, thread id 0x00001BB4
The program has caused a 'Unknown' fault at 0x748A4F11
This occurs every time I run my program in the CVI IDE.
There are no allocated resources in my resources window.
Searching for either address in my map file brings no results.
Thanks,
Nick