Click here to Skip to main content
16,008,490 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
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 
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 
My COM object can overwrite InternalRelease. However, CMyCOM can't inherit from CComObject. On the contrary, CComobject inherits from CMyCOM.
If you look in <atlcom.h> you can see that CComObject derives from a COM object. It is the most derived class.
ATL sometimes works with the pointer to CComObject<> .
Therefore, i have to define explicit specialization to that template.
What is the meaning to:

error C2934: 'CComObject<class cmycom="">' : template-class-id redefined as a nested 'class' of '<unknown>'?
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 
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 

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.