python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Does COM marshaling work with objects created using CComCoClass::CreateInstance?
Sorry if this is a dumb question, but I was wondering if the COM pointer-marshaling functions will work with objects created using ATL's CComCoClass::CreateInstance. According to the docs, that metho...

user15284017
Votes: 0
Answers: 1
Support for Shell.Explorer.2
I use the Internet Explorer ActiveX component (Shell.Explorer.2) in my applications and my question is - will Windows discontinue support for this component?
I read that Internet Explorer will not be ...
user2666909
Votes: 0
Answers: 0
More elegant way to wrap temporaries around incompatible function call
I'm working on Unicode translation of some legacy code. I have some global functions that accept LPTSTR. Now some part of the code is strictly ANSI and some are strictly UTF-8. I'm doing something lik...
user2338150
Votes: 0
Answers: 0
How to save a COM control's data to a existint excel file?
Here's the thing.
I develop a COM control using ATL in VS2015, and implement the IPersistStorage and IPersistStreamInit interface(through template in ATL), I register the control and Open a existing e...
Heaven
Votes: 0
Answers: 0