Click here to Skip to main content
15,910,797 members
Home / Discussions / COM
   

COM

 
AnswerRe: how to access dll from remote machine Pin
valikac31-Jul-03 6:11
valikac31-Jul-03 6:11 
AnswerRe: how to access dll from remote machine Pin
MartinOrtiz31-Jul-03 12:18
MartinOrtiz31-Jul-03 12:18 
GeneralPlug-in for MS Outlook Pin
Atif Bashir30-Jul-03 16:58
Atif Bashir30-Jul-03 16:58 
GeneralAsyncrous Callbacks with Connection Points Pin
Giles30-Jul-03 7:22
Giles30-Jul-03 7:22 
GeneralRe: Asyncrous Callbacks with Connection Points Pin
Giles30-Jul-03 11:51
Giles30-Jul-03 11:51 
GeneralThread Apartment pop quiz Pin
melwyn30-Jul-03 4:06
melwyn30-Jul-03 4:06 
GeneralActiveXControl/COM Component. Please help me! Pin
heju29-Jul-03 21:12
heju29-Jul-03 21:12 
GeneralRe: ActiveXControl/COM Component. Please help me! Pin
MartinOrtiz31-Jul-03 12:16
MartinOrtiz31-Jul-03 12:16 
what do you mean " hangs in the memory"? Do you mean after you're done, there's still a floating referance to it somewhere?

You must call Release() on it, basically every time you use a referance to it, you call AddRef, and when you're done, call Release. Technically you're supposed to maintain an "accounting" of all this, but it can lead to insanity. If you're not passing referances to "outside" sources, you should be able to call Release() on it when you're done (the initial AddRef is done automatically).
OR you can use Smart pointers....look up Smart pointers in VC docs, they will do all this automatically.
GeneralBasic doubt about ATL com component distribution Pin
Venkateswar Rao29-Jul-03 3:46
Venkateswar Rao29-Jul-03 3:46 
GeneralMicrosoft Script Control Run-time error Pin
FAADI29-Jul-03 0:16
FAADI29-Jul-03 0:16 
GeneralRe: Microsoft Script Control Run-time error Pin
Vi229-Jul-03 1:31
Vi229-Jul-03 1:31 
GeneralBasic COM automation doubts, Please help. Pin
Venkateswar Rao27-Jul-03 23:20
Venkateswar Rao27-Jul-03 23:20 
GeneralRe: Basic COM automation doubts, Please help. Pin
first_sandy28-Jul-03 1:22
first_sandy28-Jul-03 1:22 
GeneralRe: Basic COM automation doubts, Please help. Pin
Venkateswar Rao28-Jul-03 1:58
Venkateswar Rao28-Jul-03 1:58 
Questionhow to return from IDispatch invoke? Pin
safee ullah27-Jul-03 21:14
safee ullah27-Jul-03 21:14 
AnswerRe: how to return from IDispatch invoke? Pin
Mike Dimmick28-Jul-03 2:27
Mike Dimmick28-Jul-03 2:27 
GeneralRe: how to return from IDispatch invoke? Pin
safee ullah28-Jul-03 2:53
safee ullah28-Jul-03 2:53 
GeneralBHO Pin
manuboy27-Jul-03 11:56
manuboy27-Jul-03 11:56 
GeneralRe: BHO Pin
Michael Dunn27-Jul-03 12:07
sitebuilderMichael Dunn27-Jul-03 12:07 
GeneralRe: BHO Pin
manuboy27-Jul-03 12:12
manuboy27-Jul-03 12:12 
GeneralGetting selected folder in a namespace extension Pin
Mike Hartway25-Jul-03 14:28
Mike Hartway25-Jul-03 14:28 
QuestionHow to SendMessage to a windowless Ctrl Pin
ray_li25-Jul-03 5:41
ray_li25-Jul-03 5:41 
AnswerRe: How to SendMessage to a windowless Ctrl Pin
John M. Drescher25-Jul-03 6:54
John M. Drescher25-Jul-03 6:54 
AnswerRe: How to SendMessage to a windowless Ctrl Pin
MartinOrtiz31-Jul-03 12:24
MartinOrtiz31-Jul-03 12:24 
GeneralCOM+ / MSMQ Pin
sam_jr24-Jul-03 17:05
sam_jr24-Jul-03 17:05 

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.