Question

I need to create a dump file for a customer program written in C.

I saw that there is a minidump for windows, is it working only on C++ ?

Is there any other solution for C language?

Thank you for your time.

Was it helpful?

Solution

See this excellent tutorial: http://www.debuginfo.com/articles/effminidumps.html . It uses Win32 API MiniDumpWriteDump, so its pure C.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top