This particular program I'm working on uses CVI Labwindows for the user interfaces, while all of the code is written in MSVC++. The project is Modal Dialog based.
The program runs perfectly fine until it closes out. I've traced it, and in CRTEXE.C an exception is thrown. It then jumps into some files that I apparently don't have the source for, and eventually it crashes in NTDLL citing an access violation.
I really have no idea what might be causing this, and would appreciate any help you might be able to provide.
The program runs perfectly fine until it closes out. I've traced it, and in CRTEXE.C an exception is thrown. It then jumps into some files that I apparently don't have the source for, and eventually it crashes in NTDLL citing an access violation.
I really have no idea what might be causing this, and would appreciate any help you might be able to provide.