comparison snippets/ole/Snippet81.d @ 159:ab5728d2a610

removed debug output
author Frank Benoit <benoit@tionex.de>
date Sat, 30 Aug 2008 13:57:54 +0200
parents 8907b6374258
children
comparison
equal deleted inserted replaced
158:683d3e7b184a 159:ab5728d2a610
66 } 66 }
67 67
68 Stdout.formatln("TypeLibrary for: '{}'", progID); 68 Stdout.formatln("TypeLibrary for: '{}'", progID);
69 printTypeInfo(oOleAutoObj, Stdout); 69 printTypeInfo(oOleAutoObj, Stdout);
70 70
71 Stdout.formatln("trace {} ", __LINE__);
72 // Unhandled Exception: EXCEPTION_PRIV_INSTRUCTION(0xc0000096)
73 oShell.dispose(); 71 oShell.dispose();
74 Stdout.formatln("trace {} ", __LINE__);
75 oDisplay.dispose(); 72 oDisplay.dispose();
76 Stdout.formatln("trace {} ", __LINE__);
77 return iRes; 73 return iRes;
78 } 74 }
79 75
80 private static void printTypeInfo(OleAutomation oOleAutoObj, Print!(char) oOut) 76 private static void printTypeInfo(OleAutomation oOleAutoObj, Print!(char) oOut)
81 { 77 {