Got a nasty one!
We're calling a C++ DLL which is providing a windows interface capability. It's called 'Qt' (if anyone happens to be familiar with it!).
The problem is that for some unknown reason, the app has started crashing. The traceback provided by FTN indicates that the crash is in the C++ DLL, but, according to our tame C++ programmer, he doesn't get a trap in his debugger (visual studio, I assume) before FTN has fallen over.
So, is there a way to stop FTN intercepting the crash, so that the VS debugger has a chance to see what's going on?
K