I know .net has WCF, which I believe was touted as the replacement for COM when开发者_如何转开发 it was codenamed Indigo(?) - but is it actually suitable for use in a .NET app, providing the same func
I am currently reading \"Developer\'s Workshop to COM and ATL 3.0\".Chapter 3 introduces GUIDs, referencing and comparisons.Pointers are painful.I could use some help in deciphering the REFGUID #defin
I\'d like to just know if there is a well-established standard way to ensure that one\'s process doesn\'t leak COM based resources (such as IMalloc\'d objects)?
I am writing a C# application which has several COM references. When I attempt to build it I get the following err开发者_如何转开发or for some of them:
Is there a way to list/browse all ActiveX controls in the system o开发者_JAVA技巧r for particular application? Can this be done from some administration screen as well as in code?
I want to process a medium to large number of text snippets using a spelling/grammar checker to get a rough approximation and ranking of their \"quality.\"Speed is not really of concern either, so I t
I have a _bstr_t variable bstrErr and I am having a CString variable csE开发者_如何学Gorror. How do I set the value which come in bstrErr to csError?Is it not possible just to cast it:
Is there a manual way to call a COM object i开发者_运维技巧n the GAC in .NET, without adding it as a reference?
Continuing from this question, i am confused whether DISPID_VALUE on IDispatch::Invoke() for script functions and properties (JavaScript in my case)can be considered standard and reliable for invoking
I\'ve got an IE BHO plugin that sends out via a COM call 开发者_运维问答the HTML of a page that was loaded in the window.