Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    Qt, WinCE & OpenGL ES, making them work (VS2008)

    Mobile and Embedded
    2
    2
    3295
    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.
    • L
      LastYome last edited by

      Hello everyone,

      I'd like to tell you my story from the very beginning, so it will be clear for you:

      My purpose is to use, as said in the title, Qt, Wince & OpenGL ES together.
      I work on Windows 7, with Visual Studio 2008.
      I've built Qt for my custom Wince (see here: http://wiki.toradex.com/index.php/Nokia_QT_on_the_Colibri, I followed pretty much every steps, including the configure -static part, which might be a problem?), and after days, I shed a tear when i finally make Qt worked on my winCE. Now, I want to add opengl es to the equation, and obviously, new errors are coming to make my work funny.

      I downloaded the headers needed at http://www.khronos.org for opengl es 1.1, add them in my Qt files, and tried a bit of code in a QtCE project with opengl library 'on', and I get the error:
      fatal error LNK1181: cannot open input file 'QtCored4.lib'

      I'm scared to put my finger in those files all by myself, I don't know much about it and I don't want to make not working what finally does...

      I hope I've been specific enough, please ask me any informations needed, and thank you for your time :)

      1 Reply Last reply Reply Quote 0
      • E
        ephe last edited by

        Which version of Qt are you using?

        I built Qt 4.8 for Windows EC7, also with Visual Studio 2008 on Windows 7. But I think that I've downloaded the OpenGL ES 2.0 headers.

        Is the QtCored4.lib in your lib folder? Was it working without having OpenGL on?

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