The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: BrWarburto on April 10, 2006, 02:18:03 PM

Title: Trapping Exception Errors
Post by: BrWarburto on April 10, 2006, 02:18:03 PM
Hi!

I am interested to know how, if possible, a programmer can trap an unexpected exception error duirng the execution of a beta program. This can be very irritating,  if the exception error occurs whilsts working files are inthe 'open' mode, as after the crash these files will then cause a 'sharing violation' problem!
Title: Re: Trapping Exception Errors
Post by: KSS on April 10, 2006, 10:11:08 PM
Hi, BrWarburto.

Title: Re: Trapping Exception Errors
Post by: BrWarburto on April 11, 2006, 08:52:37 AM
Hi KSS!

   Many thanks for your quick advice. I will look on Jeremy's page and try some remedies. I use Windows 98 operating system, and it definitely leaves the files open if the application crashes. It seems possible to close the files later but only using the Windows  op. sys. rather than to try and do it in DOS. The files are certainly cleared (closed) on rebooting the system but this takes a few minutes!! 


Regards, BrWarburto

Title: Re: Trapping Exception Errors
Post by: KSS on April 11, 2006, 08:14:59 PM
Hi, BrWarburto!

Sorry about Win9x systems, I don't think about. I don't use WinMe long time (about 6 years) and has weaned from this vulnerability.
Why you use Win9x? For programming I recommend WinNT system.
Title: Re: Trapping Exception Errors
Post by: BrWarburto on November 02, 2006, 12:25:59 PM
I still use Windows 98 ver II, because I am using a computer with an old mother board. I doubt if it would host Windows NT!
:U