Results 1 to 3 of 3

Thread: Some works Qt 5.1.1 on Windows XP ?

  1. #1
    Join Date
    Apr 2010
    Location
    Italia
    Posts
    149
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Some works Qt 5.1.1 on Windows XP ?

    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:
    Qt Code:
    1. Starting C:\Qt\Qt5.1.1\5.1.1\mingw48_32\examples\gui\openglwindow\release\openglwindow.exe
    2. getProcAddress: Unable to resolve 'glCreateProgram'
    3. getProcAddress: Unable to resolve 'glCreateProgramARB'
    4. getProcAddress: Unable to resolve 'glCreateProgramObject'
    5. getProcAddress: Unable to resolve 'glCreateShader'
    6. ecc...
    To copy to clipboard, switch view to plain text mode 
    Someone has happened the same thing ? What should I do ?

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Some works Qt 5.1.1 on Windows XP ?

    Install a video driver that provides OpenGL.

    It does not matter what compiler was used to build Qt Creator: that does not affect the compilers and tool chains Creator can use to build your program. The MinGW48 offline installer contains a set of Qt libraries built with MinGW as well as a MinGW compiler, linker and tools to build your program with. All of that is irrelevant to your problem because the error messages you posted are from running the program, not compiling it.

  3. #3
    Join Date
    Apr 2010
    Location
    Italia
    Posts
    149
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Some works Qt 5.1.1 on Windows XP ?

    Ok ChrisW67, then the sample program I posted I can not use it ?
    It would be quite a problem as I wanted to have an example of the use of OpenGL with the new libraries of Qt 5.1.1 compared to 4.8.2.
    I then tried to create a GUI program from scratch using the wizard of Qt, but also in this case the compilation is fine but not its execution:
    Qt Code:
    1. exited with code -1073741819
    To copy to clipboard, switch view to plain text mode 
    I want to abandon the Qt 5.x.x and continue to use the old 4.8.2

Similar Threads

  1. Replies: 4
    Last Post: 15th April 2015, 11:24
  2. Replies: 5
    Last Post: 8th June 2012, 13:14
  3. Setting fonts on Windows works, but not on Mac
    By mtnbiker66 in forum Qt Programming
    Replies: 0
    Last Post: 17th January 2012, 21:06
  4. Does anyone have works with qoauth in windows?
    By MorrisLiang in forum Qt Programming
    Replies: 1
    Last Post: 11th December 2010, 10:02
  5. Works well on Windows but fails on Linux
    By utkuaydin in forum Qt Programming
    Replies: 3
    Last Post: 11th January 2010, 13:22

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.