Just FYI -- by default VC7 rejects the Bug 2000 fix with message as follows:
d:\abi\abi\src\wp\ap\win\ap_Win32App.cpp(883): error C2712: Cannot use __try in functions that require object unwinding But this can be circumvented by using /GX- compiler flag (disable synchronous exception handling)
