Windows Structured Exception Handling

January 18th, 2010

MSDN: About Structured Exception Handling. Coarse overview.

Matt Pietrek: A Crash Course on the Depths of Win32 Structured Exception Handling (1997). Telling in detail how structured exception handling works on machine level and how compilers implement them on x86.

Matt Pietrek: New Vectored Exception Handling in Windows XP (2001). Telling how vectored exception handling works that came with Windows XP.

cbrumme’s WebLog: Windows SEH. The Exception Model, Windows SEH, Managed Exceptions, Flow Control, Performance and Trends…

Additional:
MSDN: AddVectoredExceptionHandler
MSDN: RemoveVectoredExceptionHandler
MSDN: Example: Using a Vectored Exception Handler
MSDN: Smart Device Development: SEH in x86 Environments
MSDN: _set_se_translator
MSDN: EXCEPTION_POINTERS
MSDN: EXCEPTION_RECORD

Mark Russinovich on Windows 7 system changes

December 17th, 2009

From PDC 09: Part 1, Part 2, each 1.30 hours.

How to disable IntelliSense in VC2008

October 16th, 2009

Jim Springfield wrote a good starting point how to disable IntelliSense via VS macros: http://blogs.msdn.com/vcblog/…

MFukoder

July 30th, 2009

Everybody can code a VST. Even me. A total garbage sounding Vocoder VST for Windows only. But at least it has a unique look, something most others don’t. And sure, it contains rocket science instead of boiled water. Yeah, circuit simulated fletcher–munson curve with adaptive thresholding crap detection: Immediately tells you if your music won’t gonna make it. Requires SSE2 and a VST capable host. Left/Right channel for Carrier/Modulator or the opposite, I forgot: MFukoder.zip

MFukoder

CatOne

July 30th, 2009

A small simulation of the life of a cat, what a crap. Wrote in my spare time to do something in C#: CatOneSrc.zip CatOneBin.zip

CatOne

BouncingBall

July 30th, 2009

A totally useless bouncing ball I wrote in my spare time to check my Java skills were not completely rotten. The jar also contains the src: BouncingBall.jar

BouncingBall

PictureDream

July 30th, 2009

A small image processing application I wrote with Rico Schuster at University of applied Sciences: PictureDream.

PictureDream

MProlog

July 30th, 2009

A small crappy prolog interpreter I wrote with Matthias König at University of applied Sciences: MProlog

MProlog

MSynth

July 30th, 2009

Here the old builds of your favorite lofi sequencer still running on Windows 2000, XP, Vista and 7.

MSynth.1.5.0.alpha.msi
MSynth.1.3.0.msi
MSynth.1.2beta.msi
MSynth.1.0.2DEMO.msi
MSynth0.9build1.zip
MSynth0.9beta.zip

If you don’t know what a msi file is, upgrade to a decent OS or install this InstMsiW.Exe or InstMsiA.Exe.

MSynth