Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [solved] Poor rendering on Windows machine
Forum Updated to NodeBB v4.3 + New Features

[solved] Poor rendering on Windows machine

Scheduled Pinned Locked Moved QML and Qt Quick
6 Posts 2 Posters 1.6k 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.
  • H Offline
    H Offline
    haiying
    wrote on last edited by
    #1

    Hi I'm using Qt5.2.0
    I wrote and run good on Ubuntu machine. But when I recompile and run it on Windows7 machine , which has Qt5.2.0 mingw, the result is very poor, not as good as it on Ubuntu. And the following messages output.


    getProcAddress: Unable to resolve ‘glBindFramebuffer’
    getProcAddress: Unable to resolve ‘glBindFramebufferOES’
    getProcAddress: Unable to resolve ‘glBindFramebufferARB’
    getProcAddress: Unable to resolve ‘glGenFramebuffers’
    getProcAddress: Unable to resolve ‘glGenFramebuffersOES’
    getProcAddress: Unable to resolve ‘glGenFramebuffersARB’
    getProcAddress: Unable to resolve ‘glFramebufferTexture2D’
    getProcAddress: Unable to resolve ‘glFramebufferTexture2DOES’
    getProcAddress: Unable to resolve ‘glFramebufferTexture2DARB’
    getProcAddress: Unable to resolve ‘glFramebufferRenderbuffer’
    getProcAddress: Unable to resolve ‘glFramebufferRenderbufferOES’
    getProcAddress: Unable to resolve ‘glFramebufferRenderbufferARB’

    ... exited with code 0


    The video card on the Windows machiner is Mobile Intel® 4 Series Express Chipset Family.

    I found somebody had the same problem as the below URL.
    https://qt-project.org/forums/viewthread/29564
    But I couldn't understand the solution well.
    Could anyone please share me how can I solve the problem?
    Thanks.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      There are two solutions proposed:

      change your Qt package by installing the ANGLE version.

      ensure that you have the latest OpenGL driver installed

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • H Offline
        H Offline
        haiying
        wrote on last edited by
        #3

        Hi, many thanks for your advice.
        Could you please share the info where I can get the installer of ANGLE version for windows machine? I will try it.
        Thanks and kind regards.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You can find them on the download page, it's those without OpenGL in their name

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • H Offline
            H Offline
            haiying
            wrote on last edited by
            #5

            Yes, It works!
            Many thanks!

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              You're welcome !

              Since it's working for you now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              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