Click here to Skip to main content
15,906,645 members
Home / Discussions / COM
   

COM

 
AnswerRe: COM dll internals. Pin
Phil Harding15-Jan-07 3:45
Phil Harding15-Jan-07 3:45 
QuestionSystem monitor using WMI Pin
abhiramsss8-Jan-07 12:26
abhiramsss8-Jan-07 12:26 
QuestionCOM on Linux? Pin
Josh Smith8-Jan-07 10:27
Josh Smith8-Jan-07 10:27 
AnswerRe: COM on Linux? Pin
Christian Graus8-Jan-07 11:22
protectorChristian Graus8-Jan-07 11:22 
GeneralRe: COM on Linux? Pin
Josh Smith8-Jan-07 11:59
Josh Smith8-Jan-07 11:59 
GeneralRe: COM on Linux? Pin
Jörgen Sigvardsson8-Jan-07 13:18
Jörgen Sigvardsson8-Jan-07 13:18 
GeneralRe: COM on Linux? Pin
Josh Smith9-Jan-07 3:48
Josh Smith9-Jan-07 3:48 
GeneralRe: COM on Linux? Pin
Jörgen Sigvardsson9-Jan-07 4:27
Jörgen Sigvardsson9-Jan-07 4:27 
When it comes to DCOM, there should be no problems, as all communication is made over the wire. When it comes to COM - the binary standard, it will probably not work out of the box. Last time I checked, g++ did not generate ABI-compatible vtables compatible with the VC++ compiler. Some hackery in C + Wine might do the trick, but it's nothing I would like to maintain...

If you can manage to recompile components for Linux, then there is no real problem as far as binary compatibility goes.

EntireX is a system I played with a long time ago, and from what I can tell, it's still around - although unsupported! There might be other solutions too. I know there are other products for other Unix-operating systems (if I recall correctly, Microsoft bought it from Mainsoft (I think their name was) when they ported IE to Solaris).

I am however a bit skeptical about using COM-technology with Linux. It's akin to pushing a cube through a round hole - it just doesn't fit very well. Are there any specific reasons why you won't make the COM-objects to act like proxies on the Windows-side? It would be an easy task to hook it all up with RPC between Linux and Windows through the proxies. That way you can have proxy objects for communication with Linux servers, and "regular" objects for communication with Windows servers.

Is transparency is an absolute and unalterable requirement? Also, is there a design that you have to adher to, or do you have free reign on the design?

--
Verletzen zerfetzen zersetzen zerstören
Doch es darf nicht mir gehören
Ich muss zerstören

GeneralRe: COM on Linux? Pin
Josh Smith9-Jan-07 7:45
Josh Smith9-Jan-07 7:45 
AnswerRe: COM on Linux? Pin
Stephen Hewitt8-Jan-07 11:46
Stephen Hewitt8-Jan-07 11:46 
GeneralRe: COM on Linux? Pin
Josh Smith8-Jan-07 11:59
Josh Smith8-Jan-07 11:59 
Questionhow can I embed a frame on an html page Using Com Pin
georgekjolly7-Jan-07 20:30
georgekjolly7-Jan-07 20:30 
AnswerRe: how can I embed a frame on an html page Using Com Pin
Monty27-Jan-07 21:03
Monty27-Jan-07 21:03 
GeneralActivex Properties Pin
Don Fletcher7-Jan-07 13:01
Don Fletcher7-Jan-07 13:01 
Question.olb and .tlb Pin
HakunaMatada6-Jan-07 0:32
HakunaMatada6-Jan-07 0:32 
AnswerRe: .olb and .tlb Pin
Rory Solley10-Jan-07 22:57
Rory Solley10-Jan-07 22:57 
QuestionEvent Calendar Pin
unwind_now5-Jan-07 4:06
unwind_now5-Jan-07 4:06 
QuestionCompile error says: "file not found: ..\lib\ScriptHost.tlb" Pin
nsurendran4-Jan-07 19:36
nsurendran4-Jan-07 19:36 
AnswerRe: Compile error says: "file not found: ..\lib\ScriptHost.tlb" Pin
User 2155975-Jan-07 0:26
User 2155975-Jan-07 0:26 
AnswerRe: Compile error says: "file not found: ..\lib\ScriptHost.tlb" Pin
Garth J Lancaster7-Jan-07 15:46
professionalGarth J Lancaster7-Jan-07 15:46 
QuestionGive me a simple MS COM object which raises events Pin
JoeRip4-Jan-07 17:23
JoeRip4-Jan-07 17:23 
AnswerRe: Give me a simple MS COM object which raises events Pin
User 2155975-Jan-07 0:20
User 2155975-Jan-07 0:20 
GeneralRe: Give me a simple MS COM object which raises events Pin
JoeRip5-Jan-07 0:45
JoeRip5-Jan-07 0:45 
GeneralRe: Give me a simple MS COM object which raises events Pin
User 2155975-Jan-07 3:36
User 2155975-Jan-07 3:36 
GeneralRe: Give me a simple MS COM object which raises events Pin
Mike Dimmick5-Jan-07 5:23
Mike Dimmick5-Jan-07 5:23 

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.