Click here to Skip to main content
15,892,809 members
Home / Discussions / COM
   

COM

 
AnswerRe: COM's Event! Pin
Stephen Hewitt23-Apr-06 13:39
Stephen Hewitt23-Apr-06 13:39 
GeneralRe: COM's Event! Pin
hdj831123-Apr-06 15:12
hdj831123-Apr-06 15:12 
GeneralRe: COM's Event! Pin
Stephen Hewitt23-Apr-06 16:08
Stephen Hewitt23-Apr-06 16:08 
GeneralRe: COM's Event! Pin
hdj831123-Apr-06 19:21
hdj831123-Apr-06 19:21 
Questionproblem with com events Pin
kk_mfc21-Apr-06 19:27
kk_mfc21-Apr-06 19:27 
AnswerRe: problem with com events Pin
Lim Bio Liong23-Apr-06 2:00
Lim Bio Liong23-Apr-06 2:00 
QuestionExceptions in CoUninitialize Pin
softwaremonkey21-Apr-06 0:05
softwaremonkey21-Apr-06 0:05 
AnswerRe: Exceptions in CoUninitialize Pin
Mike Dimmick21-Apr-06 0:40
Mike Dimmick21-Apr-06 0:40 
These error codes are RPC_S_UNKNOWN_IF and RPC_E_DISCONNECTED respectively. If you're just seeing them in the debugger's output window, and they're being handled - you don't get an unhandled exception message box - I wouldn't worry about them. IIRC the RPC layer which underlies COM does use exceptions to report problems, rather than returning error codes.

It probably just means that you're using DCOM and the target machine either isn't responding, isn't running the same OS as the client, or disappears while you have a reference to an object. I think you might also get RPC_E_DISCONNECTED if the process hosting an out-of-process object crashes or otherwise terminates while you've still got a reference open.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Exceptions in CoUninitialize Pin
softwaremonkey21-Apr-06 2:04
softwaremonkey21-Apr-06 2:04 
AnswerRe: Exceptions in CoUninitialize Pin
User 21559721-Apr-06 0:47
User 21559721-Apr-06 0:47 
GeneralRe: Exceptions in CoUninitialize Pin
softwaremonkey21-Apr-06 1:59
softwaremonkey21-Apr-06 1:59 
Question.idl compilation errors Pin
scoroop20-Apr-06 3:47
scoroop20-Apr-06 3:47 
QuestionRe: .idl compilation errors Pin
prasad_som20-Apr-06 20:28
prasad_som20-Apr-06 20:28 
AnswerRe: .idl compilation errors Pin
User 21559720-Apr-06 23:57
User 21559720-Apr-06 23:57 
QuestionHow do I fire events in a windowless ActiveX control? Pin
prcarp17-Apr-06 23:40
prcarp17-Apr-06 23:40 
AnswerRe: How do I fire events in a windowless ActiveX control? Pin
Lim Bio Liong19-Apr-06 6:24
Lim Bio Liong19-Apr-06 6:24 
QuestionDifference between ActiveX and COM Pin
HakunaMatada17-Apr-06 0:23
HakunaMatada17-Apr-06 0:23 
AnswerRe: Difference between ActiveX and COM Pin
Stephen Hewitt17-Apr-06 13:39
Stephen Hewitt17-Apr-06 13:39 
AnswerRe: Difference between ActiveX and COM Pin
ThatsAlok22-Apr-06 22:17
ThatsAlok22-Apr-06 22:17 
QuestionCOM vs Non-COM MS Access SQL Pin
Jeanne Dixon14-Apr-06 4:23
Jeanne Dixon14-Apr-06 4:23 
AnswerRe: COM vs Non-COM MS Access SQL Pin
Mike Dimmick21-Apr-06 0:48
Mike Dimmick21-Apr-06 0:48 
Questionplease read :its importent Pin
baldha rakesh14-Apr-06 0:53
baldha rakesh14-Apr-06 0:53 
AnswerRe: please read :its importent Pin
toxcct14-Apr-06 4:11
toxcct14-Apr-06 4:11 
GeneralRe: please read :its importent Pin
ThatsAlok22-Apr-06 22:14
ThatsAlok22-Apr-06 22:14 
GeneralRe: please read :its importent Pin
super_ttd23-Apr-06 7:59
super_ttd23-Apr-06 7:59 

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.