Click here to Skip to main content
15,916,846 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralVersioning ATL com controls Pin
Member 9618-Nov-02 9:57
Member 9618-Nov-02 9:57 
GeneralRe: Versioning ATL com controls Pin
Ernest Laurentin20-Nov-02 18:58
Ernest Laurentin20-Nov-02 18:58 
Questioncomdef.h ? Pin
Chad Busche18-Nov-02 6:22
Chad Busche18-Nov-02 6:22 
AnswerRe: comdef.h ? Pin
Tim Smith18-Nov-02 6:35
Tim Smith18-Nov-02 6:35 
Generala question about STL sort Pin
liuty200617-Nov-02 23:31
liuty200617-Nov-02 23:31 
GeneralRe: a question about STL sort Pin
Joaquín M López Muñoz17-Nov-02 23:51
Joaquín M López Muñoz17-Nov-02 23:51 
GeneralRe: a question about STL sort Pin
Christian Graus18-Nov-02 0:56
protectorChristian Graus18-Nov-02 0:56 
GeneralExplicit specialization of class templates Pin
Dudi Avramov17-Nov-02 20:33
Dudi Avramov17-Nov-02 20:33 
Hi fellows,
I would like to have explicit specialization of class template CComObject
in ATL.
The reason for this is that i would like to have COM object pooling.
Therefore, if i could overwrite the CComobject::Release method then i have what i need.
However, i get compilation error when i do the following:

template<>
class CComObject<CMyCOM> : public CMyCOM
{
...
}

error C2934: 'CComObject<class cwasterecord="">' : template-class-id redefined as a nested 'class' of '<unknown>.


How can i have my CComObject specialization?

Thanks,
Dudi
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 
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 

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.