Click here to Skip to main content
16,020,080 members

Comments by steveh2112 (Top 4 by date)

steveh2112 25-Jul-11 20:22pm View    
what do you mean by "You should collect full exception dump, format is as a string"? can you be more specific about how to do that? maybe a code example? i can just put that in a file somewhere and have the user email it to me, i don't need all that automatic stuff. the import question is how to generate useful information?
steveh2112 19-Jul-11 4:22am View    
the thing is, i'm creating the doc/view with this theApp.OpenDocumentFile(path);
sorry bit i don't understand your reply at all. i was just hoping to find a simple call to force a specific doc/view to undock from the tab bar
steveh2112 17-Jul-11 20:07pm View    
ok, thanks, didn't see that. i have actually given up on writing a program to display the call stack for now, its just too hard! the example that comes with vs2010 is interested, it prints out a lot of data in the .pdf file but does not help with the stack frame, and i can't find any good documentation for the IDiaStackWalker which looks like the think i need
steveh2112 22-May-11 20:48pm View    
its about 15 source files, but that's not a bad idea, just start a new project and add the sources back in until it links. thanks for the idea.