Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Some works Qt 5.1.1 on Windows XP ?

    Installation and Deployment
    1
    1
    687
    Loading More Posts
    • 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.
    • G
      giorgik last edited by

      Hello everyone, I have a PC running Windows XP 32-bit Slackware 14.0.
      For a long time I used Qt 4.8.2 and Qt Creator 2.5.2 for MinGW version 4.4 and 4.6.2 for Windows XP and then the Linux version without any problems on both OS .
      Now I wanted to upgrade to the latest version, ie to 5.1.1. Installation went smoothly (for the moment I am trying on Windows XP) but I discovered to my amazement that Qt Creator 2.8 was compiled with MS Visual C + + with MinGW and not as I would have expected given that the installation file is
      qt-windows-opensource-5.1.1-x86-mingw48_opengl-offline.exe that says MinGW 4.8.
      In any case, continue with the test and run the compilation of OpenGLWindow that proceeds successfully, but surprise, surprise when I start the compile I get these messages in the output window:
      [code]
      Starting C:\Qt\Qt5.1.1\5.1.1\mingw48_32\examples\gui\openglwindow\release\openglwindow.exe
      getProcAddress: Unable to resolve 'glCreateProgram'
      getProcAddress: Unable to resolve 'glCreateProgramARB'
      getProcAddress: Unable to resolve 'glCreateProgramObject'
      getProcAddress: Unable to resolve 'glCreateShader'
      ecc...
      [/code]
      Someone has happened the same thing ? What should I do ?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post