Only one Windows application is troubling me before I开发者_JAVA技巧 can fully move to Linux. It\'s a stock charting application (couldn\'t find any decent one native to Linux) that I\'m running using
I\'m facing a problem that makes me nearly going nuts I have a javascript in an HTA that must call some COM objects
From examples I\'v开发者_如何学Pythone seen COM IUnknown::Release() function implementation is something like that:
I\'ve only started to learn programing recently in the past couple years, and all of it has been in C#.NET. I know DLL files existed before .NET so what I\'d like to know is if there is any similarity
I have a 32 bit COM server (and the source code for it) The source generates the server and a 32 bit proxy stub. (The MIDL compiler generates the proxy stub co开发者_运维问答de.)
I\'m working on a legacy c++ COM project that I\'m moving over to Visual Studio 2010. In the IDL file for this project, I have to reference an ODL file from another c++ project. My problem is that the
When exporting data to excel via COM Interop I get an error (code 0x800A03EC) when trying to set the AxisTitle.Text property. This happens ONLY on one specific computer with Windows 7 x64 Professional
I have an existing COM service which runs under the local system account as a service. I开发者_StackOverflowt\'s sole purpose when a client connects is to run a third party function with impersonation
Calling IEnumSTATURL::Next within my application returns E_UNEXPECTED(0x8000FFFF) instead of S_OK.Sadly, that particular error code is the, \"I don\'t know what is wrong\" error code, so I am not sure
Is there a good thorough authoritative reference that discusses interoperability between 32-bit and 64-bit processes? Based on googling I have deduced that: