# HG changeset patch # User Frank Benoit # Date 1220301419 -7200 # Node ID 50acd3d4e0f51ac72108246e4a3cf675671e099b # Parent cc2a8879c8b7236f4febf854ae1ab9285fb53d92# Parent c102e767eeab164e5245c2ead64a617c2cfc1500 merge diff -r cc2a8879c8b7 -r 50acd3d4e0f5 dwt.res Binary file dwt.res has changed diff -r cc2a8879c8b7 -r 50acd3d4e0f5 snippets/ole/Snippet81.d --- a/snippets/ole/Snippet81.d Mon Sep 01 22:36:47 2008 +0200 +++ b/snippets/ole/Snippet81.d Mon Sep 01 22:36:59 2008 +0200 @@ -68,12 +68,8 @@ Stdout.formatln("TypeLibrary for: '{}'", progID); printTypeInfo(oOleAutoObj, Stdout); -Stdout.formatln("trace {} ", __LINE__); -// Unhandled Exception: EXCEPTION_PRIV_INSTRUCTION(0xc0000096) oShell.dispose(); -Stdout.formatln("trace {} ", __LINE__); oDisplay.dispose(); -Stdout.formatln("trace {} ", __LINE__); return iRes; }