Click here to Skip to main content
15,925,371 members
Home / Discussions / COM
   

COM

 
QuestionHow do you implement an Event Sink without a Type Library? Pin
Bathory's Curse21-Nov-06 7:01
Bathory's Curse21-Nov-06 7:01 
AnswerRe: How do you implement an Event Sink without a Type Library? Pin
Stephen Hewitt21-Nov-06 11:50
Stephen Hewitt21-Nov-06 11:50 
GeneralRe: How do you implement an Event Sink without a Type Library? Pin
Bathory's Curse21-Nov-06 13:44
Bathory's Curse21-Nov-06 13:44 
GeneralRe: How do you implement an Event Sink without a Type Library? Pin
Stephen Hewitt21-Nov-06 14:38
Stephen Hewitt21-Nov-06 14:38 
GeneralRe: How do you implement an Event Sink without a Type Library? Pin
Bathory's Curse22-Nov-06 10:05
Bathory's Curse22-Nov-06 10:05 
Questionhow to know the name of dll? Pin
kalaveer21-Nov-06 1:05
kalaveer21-Nov-06 1:05 
QuestionCom exe and dll Pin
ashokvishnu20-Nov-06 16:42
ashokvishnu20-Nov-06 16:42 
AnswerRe: Com exe and dll Pin
Roger Stoltz20-Nov-06 21:43
Roger Stoltz20-Nov-06 21:43 
When thinking in terms of "client" and "server" it's generally a good idea not to mix those two up.
Or to put it in other words: the server serves the client in the aspect of solving a problem which usually is well defined and the server is considered a black box and you don't know how it looks inside and neither want to know nor need to.
If you somehow get the impression that the client should serve the server, you should generally get suspicious.

If the server need information from the client it does not call the client; the server is provided the information by a call from the client presumably in a struct defined in the IDL-file for the server, or through method parameters.
A situation where the server actually calls the client would be during an asynchronous operation when the server informs the client that the operation has finished, e.g. connection points.

If you still think your client should behave like a server, please describe your problem further.

--
Roger


"It's supposed to be hard, otherwise anybody could do it!" - selfquote

"No one remembers a coward!" - Jan Elfström 1998
"...but everyone remembers an idiot!" - my lawyer 2005 when heard of Jan's saying above

QuestionPorting D/COM OLE Server from W2K to WXP : Issues Pin
sebastien_pelle20-Nov-06 5:29
sebastien_pelle20-Nov-06 5:29 
QuestionConvert pdf to tiff Pin
Dudi Avramov20-Nov-06 3:57
Dudi Avramov20-Nov-06 3:57 
QuestionNewWIndow2 Event Sink problem Pin
yokos117-Nov-06 12:26
yokos117-Nov-06 12:26 
GeneralRe: NewWIndow2 Event Sink problem Pin
prasad_som19-Nov-06 18:31
prasad_som19-Nov-06 18:31 
Questionmemory issues Releasing Interface in VB 6 Pin
el_scrub16-Nov-06 22:34
el_scrub16-Nov-06 22:34 
AnswerRe: memory issues Releasing Interface in VB 6 Pin
prasad_som16-Nov-06 23:19
prasad_som16-Nov-06 23:19 
GeneralRe: memory issues Releasing Interface in VB 6 Pin
el_scrub16-Nov-06 23:38
el_scrub16-Nov-06 23:38 
GeneralRe: memory issues Releasing Interface in VB 6 Pin
prasad_som17-Nov-06 1:08
prasad_som17-Nov-06 1:08 
QuestionKilling Process Using WMI Pin
abhiramsss16-Nov-06 6:20
abhiramsss16-Nov-06 6:20 
QuestionA quesion about IE7 Pin
Armor Wei14-Nov-06 19:17
Armor Wei14-Nov-06 19:17 
AnswerRe: A quesion about IE7 Pin
Stephen Hewitt14-Nov-06 20:07
Stephen Hewitt14-Nov-06 20:07 
GeneralRe: A quesion about IE7 Pin
Armor Wei14-Nov-06 20:24
Armor Wei14-Nov-06 20:24 
Questionregarding connection points Pin
srinivas nch13-Nov-06 19:36
srinivas nch13-Nov-06 19:36 
QuestionOLE Afx Control erros Pin
earlgraham13-Nov-06 7:47
earlgraham13-Nov-06 7:47 
QuestionDataGrid in MFC? Pin
Franken13-Nov-06 1:23
Franken13-Nov-06 1:23 
Questionquestion about activex compability Pin
ingsgr01@gmail.com13-Nov-06 0:47
ingsgr01@gmail.com13-Nov-06 0:47 
QuestionHow can I let DCOM server be visited through internet? Pin
johnsonwen11-Nov-06 22:13
johnsonwen11-Nov-06 22:13 

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.