Results 1 to 4 of 4

Thread: Calling COM/DCOM interfaces from Qt App?

  1. #1
    Join Date
    Aug 2007
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Calling COM/DCOM interfaces from Qt App?

    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

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Calling COM/DCOM interfaces from Qt App?

    The commercial version of Qt has ActiveQt.
    J-P Nurmi

  3. #3
    Join Date
    Dec 2006
    Posts
    7
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Calling COM/DCOM interfaces from Qt App?

    I have read thro the example but only can see Active-X examples, anyone can show me where to find COM examples?

  4. #4
    Join Date
    Jul 2007
    Posts
    121
    Thanks
    38
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Calling COM/DCOM interfaces from Qt App?

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.