Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 4

Qt-interest Archive, July 2007
DCOM from QT Linux


Message 1 in thread

hi,


Is it possible to access DCOM componant from Linux with QT???
If possible can anybody plz tell me, how to do this?????


Thanks and Reagrds,
Niranjan

--
 [ signature omitted ] 

Message 2 in thread

"Niranjan" <niranjank@xxxxxxxxxxxx> wrote in message 
news:200707201720.35145.niranjank@xxxxxxxxxxxxxxx
> hi,
>
>
> Is it possible to access DCOM componant from Linux with QT???
> If possible can anybody plz tell me, how to do this?????


No, this is not possible (unless you license the DCOM code from Microsoft, 
and implement the DCOM protocols on Linux...)

Volker


--
 [ signature omitted ] 

Message 3 in thread

Volker Hilsheimer wrote:
> "Niranjan" <niranjank@xxxxxxxxxxxx> wrote in message 
> news:200707201720.35145.niranjank@xxxxxxxxxxxxxxx
>> hi,
>>
>> Is it possible to access DCOM componant from Linux with QT???
>> If possible can anybody plz tell me, how to do this?????
> 
> No, this is not possible (unless you license the DCOM code from Microsoft, 
> and implement the DCOM protocols on Linux...)

Maybe if you had lots of time on your hands and were handy with the WINE
code you could use parts of WINE to do DCOM. That's the only way I can
imagine making it work. It would be difficult, time consuming, and
distinctly unpleasant.

People have used WINE to support things like win32 photoshop plugins in
Linux, but I suspect DCOM support would be vastly more difficult.

Maybe it's time to move to a standards-based RPC protocol like XML-RPC,
CORBA, or SOAP. Failing that, you might need a Windows-hosted translator
layer.

--
 [ signature omitted ] 

Message 4 in thread

Niranjan wrote:
> hi,
> 
> 
> Is it possible to access DCOM componant from Linux with QT???
> If possible can anybody plz tell me, how to do this?????

It looks like I spoke too soon. A quick Google search revealed:

http://www.opengroup.org/comsource/

and (Java):

http://j-interop.sourceforge.net/

Are they any good? No idea.

--
 [ signature omitted ]