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 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
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:
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:
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
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
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
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
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
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.