Click here to Skip to main content
15,894,405 members
Home / Discussions / COM
   

COM

 
AnswerRe: How can I get an array of datas from COM server? Pin
soptest13-May-02 10:24
soptest13-May-02 10:24 
GeneralRe: How can I get an array of datas from COM server? Pin
magicast14-May-02 1:42
magicast14-May-02 1:42 
GeneralUse Com in Multithread Pin
ssirisha10-May-02 4:58
ssirisha10-May-02 4:58 
GeneralRe: Use Com in Multithread Pin
Joao Vaz14-May-02 7:02
Joao Vaz14-May-02 7:02 
GeneralRe: Use Com in Multithread Pin
Srini Kella15-May-02 10:15
Srini Kella15-May-02 10:15 
GeneralERROR when using Midl... Pin
Dan Madden9-May-02 8:56
Dan Madden9-May-02 8:56 
GeneralCalling Com object from a worker thread Pin
ssirisha9-May-02 4:16
ssirisha9-May-02 4:16 
GeneralRe: Calling Com object from a worker thread Pin
Tim Smith9-May-02 4:32
Tim Smith9-May-02 4:32 
If you want to use an interface from a worker thread you must marshal that interface. This makes sure that if the worker thread and the object exists in two different appartments, then the method will be invoked in the proper appartment.

Take a look at the global interface table for an easy way to marshal interfaces.

Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
GeneralRe: Calling Com object from a worker thread Pin
ssirisha9-May-02 5:05
ssirisha9-May-02 5:05 
GeneralRe: Calling Com object from a worker thread Pin
14-May-02 2:05
suss14-May-02 2:05 
GeneralCOM Status in .NET Pin
zakimurtaza8-May-02 20:05
zakimurtaza8-May-02 20:05 
GeneralRe: COM Status in .NET Pin
Tom Archer9-May-02 22:35
Tom Archer9-May-02 22:35 
GeneralRe: COM Status in .NET Pin
zakimurtaza12-May-02 6:11
zakimurtaza12-May-02 6:11 
GeneralRe: COM Status in .NET Pin
Tom Archer12-May-02 6:19
Tom Archer12-May-02 6:19 
Questionhow to load a conventional DLL in a COM Server? Pin
GooGoo8-May-02 19:20
GooGoo8-May-02 19:20 
AnswerRe: how to load a conventional DLL in a COM Server? Pin
-Dy8-May-02 23:49
-Dy8-May-02 23:49 
GeneralRe: how to load a conventional DLL in a COM Server? Pin
GooGoo9-May-02 17:33
GooGoo9-May-02 17:33 
GeneralRe: how to load a conventional DLL in a COM Server? Pin
-Dy9-May-02 22:43
-Dy9-May-02 22:43 
Questionhow to register a com dll with c++ code? Pin
7-May-02 14:25
suss7-May-02 14:25 
AnswerRe: how to register a com dll with c++ code? Pin
Paul M Watt7-May-02 14:51
mentorPaul M Watt7-May-02 14:51 
AnswerRe: how to register a com dll with c++ code? Pin
safepage14-May-02 3:29
safepage14-May-02 3:29 
AnswerRe: how to register a com dll with c++ code? Pin
Carlos Antollini14-May-02 4:55
Carlos Antollini14-May-02 4:55 
QuestionDo I need Variants for VB compatability? Pin
JohnnyG7-May-02 9:56
JohnnyG7-May-02 9:56 
AnswerRe: Do I need Variants for VB compatability? Pin
soptest7-May-02 11:08
soptest7-May-02 11:08 
AnswerRe: Do I need Variants for VB compatability? Pin
JohnnyG8-May-02 3:10
JohnnyG8-May-02 3:10 

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.