I have some code that PC-Lint is giving me Error 503: Boolean argument to relational on. It is a call to a template function which is defined like this:
ATL uses thunks to manage callbacks for windows, and apparently it needs to allow for data execution.
I have a .NET Winddows service which runs under the Local System account. This service then runs a COM component that was written in ATL on Visual Studio 6 using COM Interop. This COM component then r
How do I di开发者_JAVA技巧splay a CStatusBarCtrl inside a dialog class (inheriting from CDialogImpl)?There is nothing special - you create the window, with the proper owner (the dialog), and you put i
I have a .NET Windows service which self hosts a WCF service. This WCF service then goes on to call an old COM component written in ATL on Visual Studio 6. This COM component then creates a Excel.Appl
In Visual Studio 6, I have written an ATL COM server EXE. I want to debug this and put a breakpoint at the start of the method I am calling. I start debug and then call the method from the other EXE b
I have been working 2 days on creating a simple exe COM server, I have test any thing in the web , but still not working!
Assuming I am only using them for \"normal\" GUI programs (no COM, no ActiveX, nothing fancy), what is the fundamental difference I will see between ATL and MFC, to help me figure out which one to use
The default dialog box font in Windows is MS Shell Dlg. I don\'t like it, because it\'s not correct. It\'s easy to manually change the font of a single dialog item, but how do I display a dialog box w
I am well aware of techniques to convert CString to a C-style character. One of them is to use strcpy/_tcscpy, and others include using CStrBuf.