|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.learn - Catching AVs on Windows
Hi, Has anyone had any success trapping access violations on Windows and changing them into D exceptions? I created a function and passed it to SetUnhandledExceptionFilter, but my exception filter never triggered on the access violation. Thanks, Robert Apr 13 2008
"Robert Fraser" <fraserofthenight gmail.com> wrote in message news:fttsdl$2nec$1 digitalmars.com...Hi, Has anyone had any success trapping access violations on Windows and changing them into D exceptions? I created a function and passed it to SetUnhandledExceptionFilter, but my exception filter never triggered on the access violation. Thanks, Robert Apr 13 2008
Jarrett Billingsley wrote:"Robert Fraser" <fraserofthenight gmail.com> wrote in message news:fttsdl$2nec$1 digitalmars.com...Hi, Has anyone had any success trapping access violations on Windows and changing them into D exceptions? I created a function and passed it to SetUnhandledExceptionFilter, but my exception filter never triggered on the access violation. Thanks, Robert Apr 13 2008
Robert Fraser wrote:Jarrett Billingsley wrote:"Robert Fraser" <fraserofthenight gmail.com> wrote in message news:fttsdl$2nec$1 digitalmars.com...Hi, Has anyone had any success trapping access violations on Windows and changing them into D exceptions? I created a function and passed it to SetUnhandledExceptionFilter, but my exception filter never triggered on the access violation. Thanks, Robert Apr 13 2008
|