Click here to Skip to main content
15,905,616 members
Home / Discussions / COM
   

COM

 
GeneralRe: MS Project SDK Pin
Christian Graus21-Nov-02 20:36
protectorChristian Graus21-Nov-02 20:36 
GeneralCalling Other DLLS from VC application Pin
Kashif Manzoor20-Nov-02 21:23
Kashif Manzoor20-Nov-02 21:23 
GeneralRe: Calling Other DLLS from VC application Pin
AboMalek10-Dec-02 3:48
AboMalek10-Dec-02 3:48 
GeneralCOM object pooling Pin
Dudi Avramov17-Nov-02 22:24
Dudi Avramov17-Nov-02 22:24 
GeneralRe: COM object pooling Pin
Daniel Turini17-Nov-02 22:36
Daniel Turini17-Nov-02 22:36 
GeneralRe: COM object pooling Pin
Dudi Avramov17-Nov-02 23:49
Dudi Avramov17-Nov-02 23:49 
GeneralRe: COM object pooling Pin
Daniel Turini18-Nov-02 0:32
Daniel Turini18-Nov-02 0:32 
GeneralRe: COM object pooling Pin
Ranjan Banerji18-Nov-02 3:45
Ranjan Banerji18-Nov-02 3:45 
Maybe I am reading this wrong, but if you want to overwrite the Release function provided by CComObject then you should be creating a class that inherits from CComObject and overwrite its Release function. In the code example you provided it appears that you are doing it the other way round.

Instead of
template<>
class CComObject<cmycom> : public CMyCOM

Try

template<>
class CMyCOM<> : public CComObject

This way CMyCOM provides all features of CComObject except those that you overwrite.
GeneralRe: COM object pooling Pin
Dudi Avramov18-Nov-02 4:10
Dudi Avramov18-Nov-02 4:10 
GeneralRe: COM object pooling Pin
Ranjan Banerji18-Nov-02 7:14
Ranjan Banerji18-Nov-02 7:14 
GeneralRe: COM object pooling Pin
Dudi Avramov18-Nov-02 20:58
Dudi Avramov18-Nov-02 20:58 
GeneralRe: COM object pooling Pin
geo_m25-Nov-02 22:47
geo_m25-Nov-02 22:47 
GeneralRe: COM object pooling Pin
Dudi Avramov27-Nov-02 4:45
Dudi Avramov27-Nov-02 4:45 
GeneralRe: COM object pooling Pin
geo_m29-Nov-02 22:19
geo_m29-Nov-02 22:19 
GeneralRe: COM object pooling Pin
Dudi Avramov30-Nov-02 20:47
Dudi Avramov30-Nov-02 20:47 
GeneralNeed help in accessing ATL COM property of type coclass. Pin
bahruddina15-Nov-02 5:38
bahruddina15-Nov-02 5:38 
GeneralRe: Need help in accessing ATL COM property of type coclass. Pin
Hans Ruck17-Nov-02 4:44
Hans Ruck17-Nov-02 4:44 
Generalpass an array from C# to a COM object Pin
gharrison14-Nov-02 21:09
gharrison14-Nov-02 21:09 
GeneralRe: pass an array from C# to a COM object Pin
Christian Graus17-Nov-02 8:24
protectorChristian Graus17-Nov-02 8:24 
QuestionCComPtr or CComQIPtr??? Pin
LukeV14-Nov-02 4:08
LukeV14-Nov-02 4:08 
AnswerRe: CComPtr or CComQIPtr??? Pin
ian mariano14-Nov-02 6:56
ian mariano14-Nov-02 6:56 
GeneralSAFEARRAY - Multidimensions Pin
Dave Loeser13-Nov-02 6:16
Dave Loeser13-Nov-02 6:16 
GeneralRe: SAFEARRAY - Multidimensions Pin
Vi217-Nov-02 20:45
Vi217-Nov-02 20:45 
GeneralDealing with CWnd* as parents Pin
Dave_12-Nov-02 3:41
Dave_12-Nov-02 3:41 
GeneralMFC ActiveX and Admin rights Pin
Paul Selormey11-Nov-02 20:15
Paul Selormey11-Nov-02 20:15 

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.