atl
False positive Error 503 for call to template function
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:[详细]
2023-04-05 22:52 分类:问答Is the ATL incompatibility with DEP fixable?
ATL uses thunks to manage callbacks for windows, and apparently it needs to allow for data execution.[详细]
2023-04-05 06:20 分类:问答Kill A ATL COM Process Under SYSTEM Account?
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[详细]
2023-04-03 11:27 分类:问答How to create a status bar in a dialog?
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[详细]
2023-04-03 05:43 分类:问答Using Excel Component Works From Application But Not Windows Service
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[详细]
2023-04-03 03:47 分类:问答Debugging An ATL Exe COM Server
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[详细]
2023-04-02 06:13 分类:问答RegisterActiveObject returns succeed on server but GetObject is not working on any clients?
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![详细]
2023-04-01 18:35 分类:问答What's the fundamental difference between MFC and ATL?
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[详细]
2023-03-31 16:48 分类:问答System Default Dialog Font?
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[详细]
2023-03-31 01:38 分类:问答Conversion from CString to char*/TCHAR*
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.[详细]
2023-03-30 03:10 分类:问答