Results 1 to 3 of 3

Thread: alternative to COM??

  1. #1
    Join Date
    Jan 2006
    Location
    Munich, Germany.
    Posts
    111
    Thanks
    29
    Thanked 3 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default alternative to COM??

    Hello all,

    At the moment I'm using microsoft would like to be able to run on good operating systems.

    I'm using a COM server above a big bunch of software to control a machine. I'm using COM because that way I can have multiple applications simultaneously use the machine.
    Putting it another way, I can have only one instance of my software running but I need to let several apps access it.

    Can I achieve the same thing with Qt?

    I think this is the same as asking - Can I realise remote procedure calling in Qt?
    Can I then do RPC over a network? (that'd be verry handy too!)
    Do I get caught up in protocols? (I think if I want to use soap I'll get lost interpreting function calls and their parameters. I have hundreds of function calls with all sorts of parameters)

    what's the best thing for a job like this?

    All your thoughts would be very appreciated....

    thanks
    K

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: alternative to COM??


  3. #3
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: alternative to COM??

    @TheKedge,
    Qt is a GUI toolkit, that with time grew to support additional stuff like a bit of network, and with Qt4 you can also write specifically console applications.
    So I think your question has no meaning, in the sence, that using COM has nothing to do with basing your application on Qt or not.
    If what you need is a crossplatform solution, then KORBA might be a solution, but its slower then native solutions.
    If however you dont need a crossplatform solution, there is nothing to prevent you from using COM along a Qt based application.
    Qt based applciation is nothing more then a C++ (if that is what you use) application that can use COM just like any other application.

Similar Threads

  1. Alternative to sscanf ??
    By Windsoarer in forum Qt Programming
    Replies: 7
    Last Post: 26th June 2009, 08:41
  2. QKeyEvent::ascii alternative in QT4
    By psadhukhan in forum Qt Programming
    Replies: 1
    Last Post: 3rd December 2008, 12:32
  3. opengl alternative to setMask() ?
    By JeanC in forum Qt Programming
    Replies: 0
    Last Post: 3rd June 2008, 15:01
  4. alternative to QMessageBox
    By incapacitant in forum Newbie
    Replies: 20
    Last Post: 24th May 2006, 14:49

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.