I have a core technology project written as a static lib using C++.
I need to create a COM interface from this project. How to do so.
I searched on the internet and all what i found is ATL ...
I've been addressing several separate issues on my machine and I have a hunch that they are COM-related or perhaps due to a corrupted registry. It is however beyond my present powers to figur...
Is there any method/win32 call available to check if the file is in use by any other process.
I have a requirement where i need to check if the file is in use or not.
I found that i can ...
I have an application that is using the webbrowser control to surf to a pre-determine website.
However, I found that when the website opens a new window, the session information is lost.
Thi...
Hello,
I have a core project written in C++. It's too sophisticated and large (about 18000 lines of code).
I want to make a smooth and sophisticated GUI using .Net Framework.
How can I ma...
I am building an ATL COM DLL.
Can somebody tell me what is the difference between the methods and the functions in ATL.
I am not able to add an overloaded constructor with add methods but us...
The crash (developing/running on Vista, using COM without ATL/MFC) appears to be during CoUninitialize (at some point after the event sink object gets deleted):
First-chance exception at 0x...
I have a legacy app which Im updating to communicate with a com automation server
The app is C++ but does not use MFC nor ATL.
My COM is really rusty...
I am able to create an instance o...
I have a COM object written in c#. In this COM object I have a reference to a c# .exe.
From the COM object I try to create a class from the .exe being referenced. It compiles fine, but at...
hello,
I need help in query interface like i am getting com pointer through a function and i need to extract the data and put in the required type.
CComPtr<IModelDoc2> swDrawing = NUL...