atl
Implement COM interface C++ / VC++ 6.0 / MFC
Entry level programmer here trying to implement a COM interface. I am working on a program that interfaces with the Aloha point of sale system. Aloha uses COM to work with external programs. I am tryi[详细]
2023-03-18 06:12 分类:问答Is Windows Com Server with multiple clients connected multi threaded?
I have a com server that is started in the following way: extern \"C\" int WINAPI _tWinMain(HINSTANCE hInstance,[详细]
2023-03-17 22:15 分类:问答ATL development with VC++ 2008 Express
I have recently installed Windows Server 2003 R2 for gaining access to ATL header and library files. I have set the include and library paths in the Visual C++ 2008 Express to compile the ATL code wit[详细]
2023-03-17 07:35 分类:问答Using MFC and ATL libraries without Visual Studio
My question is if I can use MFC and ATL libraries that come with PSDK Windows Server 2003 R2, without Visual Studio. I mean only at the command prompt with BCC32.exe or CL.exe?[详细]
2023-03-17 01:17 分类:问答CComSafeArray change no of elements
I have created CComSafeArray object having 32 elements using the following statements. But after some operations I came to know that I need only 3 elements in the safe array. Is it possible to change[详细]
2023-03-16 00:42 分类:问答Create IE addon using VC++ 2010 express edition
I need to create an addon for IE using VC++ 2010 express edition. It requires to work on BHO and create dll files. So can any one please provide me the steps to follow and references. Also I came to k[详细]
2023-03-15 00:16 分类:问答how to test if CComBSTR is empty
How to test if a CComBSTR is an empty string? (with no \'text\' value, can be "" or can be null)[详细]
2023-03-13 11:40 分类:问答How to use ATL Soap Client over SSL connection
I have to write a client that connects to a web service over SSL. I\'d been planning to use ATL Soap Client for this (those classes generated by msvs2005 when right clicking on project->add web refere[详细]
2023-03-12 23:39 分类:问答Threading Model
I am going to develop an ATL COM for my device. We are using Win CE 6.0. My doubts are What threading models are supported by COM dll in WInCE?[详细]
2023-03-10 17:03 分类:问答C++ BHO (IE addin) issue
I am creating a BHO using helloworld sample. Building Browser Helper Objects with Visual Studio 2005 the BHO is not getting loaded, and i am not able to hit the breakpoints in SetSite function.[详细]
2023-03-10 04:44 分类:问答