Date: Mon, 11 May 1992 23:13 HKT From: "Michael Shiu, HKUST CCST, (852)358-6205, ccmshiu AT usthk DOT ust DOT hk" Subject: Two kinds of exception handlers ? To: djgpp AT sun DOT soe DOT clarkson DOT edu Status: O I have gone thru' quite a bit in go32. and I found that there are two types of exception handling mechanism - ivecn and vnn_handler. Is there any special reason for two kinds of handlers? I am thinking of hacking go32 and allow some other interrupt/exception to pass thru'. What are the pros/cons of such? Thanks in advance, Michael.