Results 1 to 20 of 20

Thread: ENC and/or DNC C++ libraries or kernels

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,372
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: ENC and/or DNC C++ libraries or kernels

    Quote Originally Posted by martinb0820 View Post
    At least one, SevenCs ECDIS Kernel, is compatible with Qt.
    Every C++ library is compatible with Qt (unless there are some symbol conflicts which is nowadays almost impossible). It might not cooperate with it in any special way but it is compatible. Especially considering the fact that Qt has many other applications than graphics and ui.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Aug 2008
    Location
    Cherry Hill, NJ USA
    Posts
    61
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Smile Re: ENC and/or DNC C++ libraries or kernels

    The SevenCs product is intended to render into a bitmap, so the considerations that were discussed relative in particular to Open Inventor/Coin3D earlier in this thread don't apply, and I fully agree that there are no compatibility issues.

    To summarize, earlier in the thread the discussion (d)evolved (?) into how Open Inventor/Coin3D work. I could be wrong, but it seems like the people who participated in the discussion have never used OIV, although they didn't explicitly say that.

    As far as I'm concerned (and I'm not telling anyone else what to think or do), if a GUI toolkit forces you to write code to have OIV render into a bitmap a lot of the power of OIV (as well as a lot of the co$t of OIV) is being wasted. In that case, I wouldn't consider the GUI toolkit and OIV to be fully compatible. This is, however a non-issue, since most toolkits one would likely encounter (Qt, FLTK, Win32...) have OIV bindings. (And I would suggest that the existence of these bindings attests to their utility.)

    I think it's time to close off this thread! I appreciate the many responses I've received telling me how OIV works, but will continue to use Open Inventor with SoQt even if that's a really bad thing to do...

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,372
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: ENC and/or DNC C++ libraries or kernels

    Quote Originally Posted by martinb0820 View Post
    if a GUI toolkit forces you to write code to have OIV render into a bitmap a lot of the power of OIV (as well as a lot of the co$t of OIV) is being wasted.
    Thanks God Qt is not one of those toolkits... Are you talking about any toolkit in particular?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4
    Join Date
    Aug 2008
    Location
    Cherry Hill, NJ USA
    Posts
    61
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: ENC and/or DNC C++ libraries or kernels

    Quote Originally Posted by wysota View Post
    Thanks God Qt is not one of those toolkits... Are you talking about any toolkit in particular?
    As far as I know, Open Inventor/Coin3D are fully supported (i.e. bindings are available) for Qt, Windows, X11, WxWidgets, FLTK and probably others I'm not aware of. I was thinking in the other direction: If one has a powerful tool (OIV) and a powerful GUI toolkit like Qt, why not use their capabilities to the maximum?

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,372
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: ENC and/or DNC C++ libraries or kernels

    Quote Originally Posted by martinb0820 View Post
    If one has a powerful tool (OIV) and a powerful GUI toolkit like Qt, why not use their capabilities to the maximum?
    But what prevents you from doing that?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  6. #6
    Join Date
    Aug 2008
    Location
    Cherry Hill, NJ USA
    Posts
    61
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: ENC and/or DNC C++ libraries or kernels

    Quote Originally Posted by wysota View Post
    But what prevents you from doing that?
    Absolutely nothing prevents that. That's been my point all along.

Similar Threads

  1. Qt + Eclipse + MinGW + Windows: How to include libraries?
    By jambrek in forum General Programming
    Replies: 3
    Last Post: 19th December 2007, 13:57
  2. how to add new libraries to QT
    By whoops.slo in forum Newbie
    Replies: 3
    Last Post: 12th January 2007, 11:15
  3. Qt 3.3 libraries
    By ToddAtWSU in forum Qt Programming
    Replies: 1
    Last Post: 21st December 2006, 17:25
  4. Standardization on libraries
    By brcain in forum General Discussion
    Replies: 13
    Last Post: 16th August 2006, 22:56
  5. Replies: 4
    Last Post: 7th March 2006, 08:52

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.