Coming off of my other question with a new problem: I get the titular error when attempting to access my X12Segment\'s Fields property.
I have an IConnectionPointContainer and know the connection point whose events I want to sink. Now I need to write a class containing callback methods for these events.
I want to remove XML declaration only from an XML using C++/COM- <?xml version=\"1.0\" encoding=\"UTF开发者_JAVA百科-8\" ?>
Is there a standard way to set the folder view in a CFileDialog (Vista-style enabled)? I\'m trying to get it to show Details view and some custom columns.
I write for a COM-Server (x86) a wrapper based on a DLL surrogate (x64) described like here to get access from a 64-bit-client.
My C# program uses a COM component that has a ton of various interfaces and subobjects. The problem is each time I retrieve some COM interface an RCW is created and that RCW exists for unknown time (u
Why can\'t I define an Interface in an idl file and then have a CoClass derive it in a library block within the same file when I am deriving said Interface from an Interface that I have defined in ano
How to get IAccessible from 开发者_JS百科IHTMLElement? I have receive \"Interface is not support\" error.Not all HTML elements are accessible. See Accessible HTML Elements (there\'s also a list of ac
I have developed a Out-Of-Proc-COM-Server in C++ with Visual Studio 2010 to avoid the 64-bit vs. 32-bit problem in Shellextensions (http://blog.mattmags.com/2007/06/30/accessing-32-bit-dlls-from-64-bi
The introduction - the long and boring part (The question is at the end) I am getting severe head aches over a third party COM component that keeps changing the FPU control word.