Click here to Skip to main content
15,891,529 members
Home / Discussions / COM
   

COM

 
GeneralRe: ATL alternative Pin
Ulf Öhlén14-May-02 21:18
Ulf Öhlén14-May-02 21:18 
GeneralCOM running twice Pin
Gavin_Mannion14-May-02 1:30
Gavin_Mannion14-May-02 1:30 
GeneralATL7 Pin
Mazdak12-May-02 23:34
Mazdak12-May-02 23:34 
GeneralRe: ATL7 Pin
safepage13-May-02 3:01
safepage13-May-02 3:01 
QuestionHow can I get an array of datas from COM server? Pin
magicast12-May-02 22:53
magicast12-May-02 22:53 
AnswerRe: How can I get an array of datas from COM server? Pin
safepage13-May-02 3:33
safepage13-May-02 3:33 
GeneralRe: How can I get an array of datas from COM server? Pin
soptest13-May-02 10:28
soptest13-May-02 10:28 
AnswerRe: How can I get an array of datas from COM server? Pin
soptest13-May-02 10:24
soptest13-May-02 10:24 
You must create proxy/stub DLL for custom data marshaling.
Go to your Obj path and find YourObj.mk, build this make file (you can "Insert Project into Workspace" rename *.mk to *.mak and add this mkae file to Workspace)
and after you register your com obj register produced proxy/stub DLL.

P.S. on build machine you must register proxy/stub file every time you rebuild your COM object project.


soptest
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 
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 

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.