Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.5k Posts
  • C1075 error reading tlh file

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    M

    @aha_1980

    Unfortunately WinCC OA 3.15 requires no later than QT 5.5.1, MSVC 2013 and Win 64bit

    I have downloaded a different file from https://download.qt.io/archive/qt/5.5/5.5.1/ and that does indeed seem to have resolved the compilation issue :)

    I am now getting an error at runtime but could be something daft so I will look into more.

    Thanks

  • GoogleTest: Mock object should be deleted but never is.

    Unsolved
    11
    0 Votes
    11 Posts
    9k Views
    H

    @jsulm I already use MockOpcConf _selectedConfValid;

    But I have got the other objects.

  • Qt with PCL 1.9 +

    Solved
    3
    0 Votes
    3 Posts
    368 Views
    A

    Sorry for the post. It seems that my CMakeLists was wrong and hence the building of my program was failing.

  • Qt OPC UA Open62541-Standalone Application

    Unsolved
    3
    0 Votes
    3 Posts
    758 Views
    H

    In addition to the Qt libraries, I have got Qt5OpcUa.dll and open62541_backend.dll, but it won't work.

  • #include <QuickQanava>: file not found 😄

    Solved
    2
    0 Votes
    2 Posts
    341 Views
    enjoysmathE

    Fix this by copy / pasting a sample project into QuickQanava root after forking QuickQanava on GitHub. Rename the .pro, .pro.user and the folder. In the .pro file, put in the new path to the apparent .pri file.

    It builds and runs now.

  • CMake does not link doctest to std library

    Unsolved
    1
    0 Votes
    1 Posts
    384 Views
    No one has replied
  • Compile eror GammaRay 2.11.50 for qt 5.14 on Windows10

    Unsolved
    3
    0 Votes
    3 Posts
    446 Views
    D

    @Christian-Ehrlicher Thanks for your reply. I have used a newly installed machine with only qt 5.14 compiled, and I did not change any source code so it is strange if I by error have somehow included any Qt4 headers.

    I see that the build also fails at https://github.com/KDAB/GammaRay (ERROR: could not open HSTS store at 'C:\Users\appveyor/.wget-hsts') but I guess this is unrelated.

    Best
    Daniel

  • Set to never run

    Solved
    4
    1 Votes
    4 Posts
    474 Views
    Chris KawaC

    I understand your frustration but there's nothing we can do here. Qt just provides tools. Someone just made a poor use of them. I'm a game engine programmer myself so I can tell you that it can be hard to diagnose these types of issues and it is often hard to even know they exist. It might be a bug, bad network design or a simple case of "works on my machine". Sometimes it's an entirely different team that makes a crappy launcher for otherwise good game or vice versa.

    Try to contact the creators. Developers often don't read forums but there's a lot of them on social media like twitter or reddit. Just be polite and keep your head cool. They're people too. Try to imagine how you'd like to be approached when something you made doesn't work for somebody ;)

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Integrating drone pictures into qt map

    Unsolved
    2
    0 Votes
    2 Posts
    264 Views
    SGaistS

    Hi and welcome to devnet,

    You should take a look at the QtPositioning and the QtLocation modules.

  • How to Integrate CERN ROOT into QWidget or QMainWindow?

    Unsolved
    2
    0 Votes
    2 Posts
    556 Views
    SGaistS

    Hi and welcome to devnet,

    That's a question better asked to the CERN folks.

  • PostgreSQL event notification with payload

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    U

    I solved by creating a stored procedure then passing the values to a json object. Created a trigger on Insert then execute the procedure. In my app it detects the source with switch case. I followed some examples and implemented to my needs.

  • Is there a tool that can auto-gen the call relationships ?

    Unsolved
    2
    0 Votes
    2 Posts
    330 Views
    artwawA

    @lee64456546 Have you tried Doxygen?

  • Regarding how to verify register addresses

    Unsolved
    2
    0 Votes
    2 Posts
    553 Views
    A

    Hi all,
    Someone please reply to this query.....still I'm not getting the result.

  • How to replace number scale with text scale in qwtplot?

    Unsolved
    1
    0 Votes
    1 Posts
    230 Views
    No one has replied
  • Crash in grpc using QT

    Solved
    2
    2 Votes
    2 Posts
    509 Views
    I

    The problem was solved by changing the tread to pthread

  • 0 Votes
    6 Posts
    751 Views
    aha_1980A

    @atreidex,

    yeah, that will work if the compiler is compatible.

    After all, the Qt libraries you use are also build on another system then yours...

    Regards

  • QT5 + BGFX integration

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    No one has replied
  • How to include a COM tlb library in my C++ project

    Unsolved
    11
    0 Votes
    11 Posts
    8k Views
    hskoglundH

    It's telling that the majority of the code examples in that PDF are in Visual Basic, and C++ is treated as a 2nd class citizen in it :-(

    The 2nd method (dumpcpp with only an .h) is at least technology from this century so I understand why you prefer it.

    Try to see if there's a pattern to the SEG faults, perhaps there's some extra initialization you need to do due to that missing staticMetaObject.

    The IDispatch errors are a symptom of inconsistencies in the .tlb file but are glossed over by Visual Basic and C#, but I think they can be fixed with some type coercing, e.g. static_cast<IDispatch*>(ptr)

    Good luck!
    P.S. There might actually be a 4th alternative, especially if you're only using a subset of that Robot library:
    write a "wrapper" COM .dll in C#, I think it's called a CCW (Com Callable Wraper) that exports the stuff you want in a more modern way, which then can be consumed by Qt C++.

  • PBSTableView - QTableView with many extension

    Unsolved
    4
    0 Votes
    4 Posts
    488 Views
    VRoninV

    Yep, you should include that in the repository as well as the copyright statements of those libraries.
    KDE is GPL so not much more to do