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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See this excellent tutorial: http://www.debuginfo.com/articles/effminidumps.html . It uses Win32 API
MiniDumpWriteDump, so its pure C.