Click here to Skip to main content
15,902,114 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Explicit specialization of class templates Pin
Joaquín M López Muñoz17-Nov-02 21:12
Joaquín M López Muñoz17-Nov-02 21:12 
GeneralRe: Explicit specialization of class templates Pin
Dudi Avramov17-Nov-02 22:12
Dudi Avramov17-Nov-02 22:12 
GeneralRe: Explicit specialization of class templates Pin
Joaquín M López Muñoz17-Nov-02 22:53
Joaquín M López Muñoz17-Nov-02 22:53 
GeneralRe: Explicit specialization of class templates Pin
Dudi Avramov18-Nov-02 1:05
Dudi Avramov18-Nov-02 1:05 
GeneralRe: Explicit specialization of class templates Pin
Joaquín M López Muñoz18-Nov-02 2:25
Joaquín M López Muñoz18-Nov-02 2:25 
GeneralRe: Explicit specialization of class templates Pin
Dudi Avramov18-Nov-02 2:52
Dudi Avramov18-Nov-02 2:52 
GeneralRe: Explicit specialization of class templates Pin
Joaquín M López Muñoz18-Nov-02 2:59
Joaquín M López Muñoz18-Nov-02 2:59 
GeneralRe: Explicit specialization of class templates Pin
Dudi Avramov18-Nov-02 3:19
Dudi Avramov18-Nov-02 3:19 
CMyCOM is derived from CComObjectRoot family.
i can overwrite InternalRelease but it cann't help.
Here is the code of CComObject::Release:
STDMETHOD_(ULONG, Release)()
{
ULONG l = InternalRelease();
if (l == 0)
delete this;
return l;
}
CComObject::Release method decides whether to delete the object or not.
Therefore, overwriting InternalRelease can't help.

So what else can i do?

GeneralRe: Explicit specialization of class templates Pin
Joaquín M López Muñoz18-Nov-02 7:00
Joaquín M López Muñoz18-Nov-02 7:00 
GeneralRe: Explicit specialization of class templates Pin
Dudi Avramov18-Nov-02 20:47
Dudi Avramov18-Nov-02 20:47 
QuestionIs this a bug in ATL CAxDialogImpl? Pin
Member 9616-Nov-02 7:33
Member 9616-Nov-02 7:33 
GeneralNeed help in accessing ATL COM property of type coclass. Pin
bahruddina15-Nov-02 5:21
bahruddina15-Nov-02 5:21 
GeneralRe: Need help in accessing ATL COM property of type coclass. Pin
Rene De La Garza15-Nov-02 10:25
Rene De La Garza15-Nov-02 10:25 
GeneralRe: Need help in accessing ATL COM property of type coclass. Pin
Dudi Avramov18-Nov-02 1:43
Dudi Avramov18-Nov-02 1:43 
QuestionWTL - Dockable ToolBar????????? Pin
Member 6784514-Nov-02 4:52
Member 6784514-Nov-02 4:52 
GeneralWTL - Dockable ToolBar Pin
Member 6784514-Nov-02 4:52
Member 6784514-Nov-02 4:52 
GeneralRe: WTL - Dockable ToolBar Pin
Ed Gadziemski14-Nov-02 10:32
professionalEd Gadziemski14-Nov-02 10:32 
GeneralRe: WTL - Dockable ToolBar Pin
Member 6784515-Nov-02 2:48
Member 6784515-Nov-02 2:48 
GeneralRe: WTL - Dockable ToolBar Pin
Ed Gadziemski15-Nov-02 7:28
professionalEd Gadziemski15-Nov-02 7:28 
GeneralSearching STL Map Inside STL Map Object :: C++ Pin
valikac13-Nov-02 11:21
valikac13-Nov-02 11:21 
GeneralRe: Searching STL Map Inside STL Map Object :: C++ Pin
Joaquín M López Muñoz13-Nov-02 11:27
Joaquín M López Muñoz13-Nov-02 11:27 
GeneralRe: Searching STL Map Inside STL Map Object :: C++ Pin
valikac13-Nov-02 12:16
valikac13-Nov-02 12:16 
QuestionHow to output STL string into a file Pin
Michael Liu12-Nov-02 10:22
Michael Liu12-Nov-02 10:22 
AnswerRe: How to output STL string into a file Pin
Christian Graus12-Nov-02 10:26
protectorChristian Graus12-Nov-02 10:26 
QuestionMFC dependencies... how to get rid of 'em? Pin
LukeV12-Nov-02 7:33
LukeV12-Nov-02 7:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.