Re: [GD-Windows] "Windows - No disk" error
Brought to you by:
vexxed72
From: Jon W. <hp...@mi...> - 2008-03-17 18:57:26
|
My guess is it's some other software installed on that machine. An anti-virus package, a disk utility, or even some malware. Your program then appears to trigger whatever the bad behavior is, but it's not caused by your software as such. To debug this, I would add a __try/__except handler around my entire WinMain, and have the exception handler write out a minidump with indirectly referenced memory, and then tell the user to send that to me. Visual Studio Professional can open minidumps and debug them much like a regular program, which is pretty slick. Sincerely, jw Pierre Terdiman wrote: > Hi, > > I got a report saying one of my programs displayed this error message on a > WinXP machine: > http://www.consumingexperience.com/2007/11/windows-no-disk-exception-processing.html > > Problem is: I have no idea why. I ran the same program on many different > machines without ever seeing this dialog box. > |