How can I configure windows to generate a core dump from an application?
I\'m using Win xp, and the application is build with Visual Studio 2003.
I refer you to the follows MS KB article on the subject. You would typically debug the dump file using one of the Windows debugging tools, e.g. WinDbg. There are many articles on the web describing how to do this.