Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. OpenVG on wince: nothing painted on screen (example application Star.exe)
Qt 6.11 is out! See what's new in the release blog

OpenVG on wince: nothing painted on screen (example application Star.exe)

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 1 Posters 3.2k 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.
  • V Offline
    V Offline
    varunjajee
    wrote on last edited by
    #1

    Has anyone got the openvg example (star.exe) running on a wince target successfully? I’ve tried it but failed – nothing was painted on screen except for an empty window. Below is what I’ve done for it.

    Environment:

    *      Qt 4.7.4
    *      Wince 6.0
    *      An SDK with both OpenGL and OpenVG support. (OpenVG version 1.1)
    

    Steps:

    1. Open "Visual Studio 2005 Command Prompt", configure Qt with command:

    configure.exe -platform win32-msvc2005 -xplatform wince60cellnovo-armv4i-msvc2005 -openvg -no-opengl -graphicssystem openvg

    1.  Set environment variables for wince.
      
    2.  Run "nmake"
      
    3.  Copy files needed to the same folder on my target. Below is the file tree in the folder:
      *            star.exe
      *            QtCored4.dll
      *            QtGuid4.dll
      *            QtOpenVGd4.dll
      *            msvcr80d.dll
      
      Run “star.exe -graphicssystem OpenVG”
    

    Results:

    The window is created and shown, but nothing in it. The content is empty and transparent.

    Any suggestion on this is highly appreciated

    Thanks in Advance

    1 Reply Last reply
    0
    • V Offline
      V Offline
      varunjajee
      wrote on last edited by
      #2

      Update:- I was trying to debug this issue. And i found that the application Star.exe is failing to load OPenVG libs. now my question is how do i find out the reason why the app is not able to load OpenVG libs ?

      1 Reply Last reply
      0
      • V Offline
        V Offline
        varunjajee
        wrote on last edited by
        #3

        solution:-

        Could figure out the problem. My application was not able to find the graphics libs which are loaded at run time.

        the graphics libs has to be in "graphicssystems" folder in star app folder, and the graphics libs can be copied from "QTROOT\plugins\graphicssystems" folder.

        And might have to specify command line arguments "-graphicssystems OpenVG" while launching the application.

        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