atl
How to generate a 64 bit COM Proxy
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.)[详细]
2023-02-07 12:51 分类:问答DCOM: How to close connection in server on client crash?
I have a rather old project: DCOM client and server, both in C++\\ATL, only Windows platform. Everything works fine: local and remote clients connect to server and work simultaneously without any prob[详细]
2023-02-06 10:34 分类:问答"MSXML2" has no member "IXMLDOMNode" problem in VC++ 2010
I\'m trying to compile a VC++ projec开发者_JAVA百科t I\'ve inherited that uses MSXML2. This is an ATL .EXE project. A header file includes the following:[详细]
2023-02-06 07:18 分类:问答passing a struct to a IDispatch method
In a third party COM Module I have to pass a struct to a Method. The important parts of the IDL definition look like this:[详细]
2023-02-06 04:00 分类:问答Hosting Silverlight in C++
I\'m a bit over my head here and would like some advice on how to go about. Basicly what I want to do is to be able to render and control silverlight inside my C++ application. I would like something[详细]
2023-02-05 22:51 分类:问答VC10 ATL Control Tutorial crashes in VB6
It\'s been a long time since I dealt with VC ATL COM controls.I am having issues upgrading a VC6 ATL开发者_如何学C control to VC10 when used in VB6.In a step of troubleshooting I am now trying to foll[详细]
2023-02-04 09:38 分类:问答How to correctly call on onsubmit event using IWebBrowser2 interfaces (using c++)
I\'m trying to call the onsubmit programmatically without clicking in the form button. First i try to simply call the submit function of the IHTMLFormElement interface but the form does not correctly[详细]
2023-02-03 18:01 分类:问答How to use interfaces from IE9 Beta library?
I asked similar question at Internet Explorer Extens开发者_开发技巧ion Development Forum but didn\'t get the answer. I found that not only me has this problem[详细]
2023-01-31 16:28 分类:问答How should I create classes in ATL project?
I\'m writing an ATL project and I wonder how should I create classes here. Right now I have one class created by Add/Class/ATL Simple Object. I want to divide it to smaller classes but method from thi[详细]
2023-01-28 21:30 分类:问答QueryInterface of out-of-proc COM server on interface imported from TLB
I define my interfaces in an A.idl file, which I compile to A.tlb In a VS2005 ATL project \"B\" I use importlib(A.tlb) in B.idl and #import \"A.tlb\" in stdafx.h and implement an interface IA from A.[详细]
2023-01-28 13:05 分类:问答