Click here to Skip to main content
15,889,661 members
Home / Discussions / COM
   

COM

 
AnswerRe: Crashes on application exit while hosting an VB ActiveX Control providing UI in a MFC application Pin
Ernest Laurentin21-Oct-08 7:55
Ernest Laurentin21-Oct-08 7:55 
GeneralRe: Crashes on application exit while hosting an VB ActiveX Control providing UI in a MFC application Pin
Martin081522-Oct-08 0:59
professionalMartin081522-Oct-08 0:59 
AnswerRe: Crashes on application exit while hosting an VB ActiveX Control providing UI in a MFC application Pin
Martin081522-Oct-08 4:46
professionalMartin081522-Oct-08 4:46 
GeneralSolved - Re: Crashes on application exit while hosting an VB ActiveX Control providing UI in a MFC application Pin
Martin081528-Oct-08 23:07
professionalMartin081528-Oct-08 23:07 
QuestionRelease COM interfaces Pin
john563220-Oct-08 20:41
john563220-Oct-08 20:41 
AnswerRe: Release COM interfaces Pin
Roger Stoltz20-Oct-08 21:18
Roger Stoltz20-Oct-08 21:18 
AnswerRe: Release COM interfaces [modified] Pin
john563220-Oct-08 22:34
john563220-Oct-08 22:34 
GeneralRe: Release COM interfaces Pin
Roger Stoltz21-Oct-08 3:58
Roger Stoltz21-Oct-08 3:58 
Smart pointers such as CComPtr will call Release() when they go out of scope. If you try to call AddRef() or Release() on a CComPtr, you'll get an error.

The CComPtr has the COM rules for reference counting built in, so you don't have to worry about that if you're using CComPtr. Even CComQIPtr works the same way.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


AnswerRe: Release COM interfaces Pin
Member 459552813-Nov-08 20:30
Member 459552813-Nov-08 20:30 
Questionwhat is .pfx file Pin
wasimsharp19-Oct-08 23:47
wasimsharp19-Oct-08 23:47 
QuestionUsing MsComm for recieving data Pin
tauras8118-Oct-08 0:08
tauras8118-Oct-08 0:08 
JokeRe: Using MsComm for recieving data Pin
CPallini18-Oct-08 1:36
mveCPallini18-Oct-08 1:36 
AnswerRe: Using MsComm for recieving data Pin
Mike Dimmick19-Oct-08 0:38
Mike Dimmick19-Oct-08 0:38 
Question[Message Deleted] Pin
_nnemo_16-Oct-08 3:18
_nnemo_16-Oct-08 3:18 
AnswerRe: IWebBrowser2 - object deletion Pin
Mike Dimmick19-Oct-08 0:40
Mike Dimmick19-Oct-08 0:40 
QuestionHow to execute methods from ATL/COM base class Pin
Doug Knudson15-Oct-08 9:34
Doug Knudson15-Oct-08 9:34 
AnswerRe: How to execute methods from ATL/COM base class Pin
prasad_som16-Oct-08 4:59
prasad_som16-Oct-08 4:59 
GeneralRe: How to execute methods from ATL/COM base class Pin
Doug Knudson16-Oct-08 7:49
Doug Knudson16-Oct-08 7:49 
AnswerRe: How to execute methods from ATL/COM base class Pin
Mike Dimmick19-Oct-08 0:50
Mike Dimmick19-Oct-08 0:50 
GeneralRe: How to execute methods from ATL/COM base class Pin
Doug Knudson20-Oct-08 5:36
Doug Knudson20-Oct-08 5:36 
Questionproblem accessing .net dll from excel 2003 Pin
newbieNeeraj15-Oct-08 1:42
newbieNeeraj15-Oct-08 1:42 
GeneralInterface - Class Pin
Karri Mohan14-Oct-08 0:40
Karri Mohan14-Oct-08 0:40 
AnswerRe: Interface - Class Pin
Roger Stoltz14-Oct-08 1:42
Roger Stoltz14-Oct-08 1:42 
AnswerRe: Interface - Class Pin
prasad_som16-Oct-08 5:01
prasad_som16-Oct-08 5:01 
QuestionVisual c++ in managed environment with Framework and no visualstudio Pin
balu1234513-Oct-08 21:48
balu1234513-Oct-08 21:48 

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.