changeset 163:50acd3d4e0f5

merge
author Frank Benoit <benoit@tionex.de>
date Mon, 01 Sep 2008 22:36:59 +0200
parents cc2a8879c8b7 (current diff) c102e767eeab (diff)
children 0beffa2869ad
files
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
Binary file dwt.res has changed
--- 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;
 }