I am trying to write to output window. I have a Isolated Shell project.
I am using code from this guy's blog post.
CreatePane() returns 0x80004002 which error lookup says is "No such interface supported". In COM, typically this error message comes as a result of QueryInterface() method when IID_Interface is not supported by the COM server, NOT when you'are calling a method on an object.
But funny enough, this time I am getting this on a method call.
Anybody knows why ?
Fahad