Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. OpenGl not working properly
Qt 6.11 is out! See what's new in the release blog

OpenGl not working properly

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 Posters 2.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    joergs1968
    wrote on last edited by
    #1

    I am compiling Qt for a Windows 7 Ultimate 64bit system with modern ATI graphics-card that supports OpenGL in Hardware.
    thus I configured including the switches "-opengl desktop -graphicssystem opengl"

    As I don't have Headers/Libraries for OpenGL ES 2.0 / EGL I don't need/want/can-use that - I only want OpenGL!

    But - according to the config-files, QT_CONFIG contains "opengl", "opengles2" as well as "egl" -- why is this?
    -- I did NOT specify "-opengl es2", I did "-opengl desktop"!

    with "opengles2" and "egl" being included in QT_CONFIG, QT won't compile due to all sorts of missing declarations and such...

    when I manually remove the "opengles2"/"egl" from QT_CONFIG and recompile everything again afterwards, I got "cannot read from address 0x00000000" exceptions within QtGui4.dll for the majority of the included examples!
    ...and most of the non-crashing others won't work either, displaying an unreadable/corrupted error-message dialog...

    so, how can I instruct configure to not include opengles2/egl in its configuration?

    1 Reply Last reply
    0
    • J Offline
      J Offline
      joergs1968
      wrote on last edited by
      #2

      again no help from here :-( ...

      to solve this I just must not specify any opengl option for configure, now I only have opengl and no es2/egl - hope this finally works...

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved