PDA

View Full Version : Calling COM/DCOM interfaces from Qt App?



jaganpes
24th August 2007, 09:11
I am new to Qt and this is my first post to Qt Forum.

I am planning to develop a simple application on windows and that should be able to make calls to Library which is developed using Microsoft COM/DCOM interfaces.

Can I do this using Qt?
Does Qt supports COM/DCOM interface?
Reference to some document in this regard will be helpful.

-Jagan

jpn
24th August 2007, 09:23
The commercial version of Qt has ActiveQt.

Phan Sin Tian
16th February 2008, 03:57
I have read thro the example but only can see Active-X examples, anyone can show me where to find COM examples?

QPlace
16th February 2008, 04:38
COM does not have anything to do with QT per say, i.e with or without using QT you can instantiate COM and use it in your C++ based app. If you need practical examples - they are plenty; for extensive code references you may look at www.codeproject.com and search for C++ and COM.