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. Qt app on Windows phone 8
Forum Updated to NodeBB v4.3 + New Features

Qt app on Windows phone 8

Scheduled Pinned Locked Moved Mobile and Embedded
10 Posts 5 Posters 4.4k 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.
  • A Offline
    A Offline
    AlterX
    wrote on last edited by
    #1

    Hello,
    I am trying to launch my Qt 5.x app on wp8 device...all went ok, but neither has shown nor qdegub information are printed.

    Do I have to do some extra steps?

    Qt Ambassador
    Real-time cooperative teams: http://www.softairrealfight.net
    Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

    https://codereview.qt-project.org/...

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AlterX
      wrote on last edited by
      #2

      I have tried just a new project...white screen!

      Qt Ambassador
      Real-time cooperative teams: http://www.softairrealfight.net
      Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

      https://codereview.qt-project.org/...

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AlterX
        wrote on last edited by
        #3

        No one is trying Qt on wp8?!

        Qt Ambassador
        Real-time cooperative teams: http://www.softairrealfight.net
        Free Real-time network platform sdk: https://github.com/AlterX76/Solomon

        https://codereview.qt-project.org/...

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

          Hi,

          WP8 being relatively new, you should try to ask this on the interest mailing list.

          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
          • C Offline
            C Offline
            coursar
            wrote on last edited by
            #5

            Hi, you should view the video on "Digia Blog":http://blog.qt.digia.com/blog/2014/05/20/qt-weekly-11-getting-started-with-winrt-2/

            Convert you pro file to VS project and then deploy from it, you may see Shaders error (you need run qtd3dservice and redeploy your app).

            Then see errors in VS logs.

            1 Reply Last reply
            0
            • J Offline
              J Offline
              jiangcaiyang
              wrote on last edited by
              #6

              Could you give me a more detailed set-up on this? Thanks.
              [quote author="coursar" date="1401742840"]Hi, you should view the video on "Digia Blog":http://blog.qt.digia.com/blog/2014/05/20/qt-weekly-11-getting-started-with-winrt-2/

              Convert you pro file to VS project and then deploy from it, you may see Shaders error (you need run qtd3dservice and redeploy your app).

              Then see errors in VS logs.[/quote]

              1 Reply Last reply
              0
              • C Offline
                C Offline
                coursar
                wrote on last edited by
                #7

                In what step you have troubles? Link for wp8.0 and VS 2012. For wp8.1 and vs2013 you will need similar, but different on some steps process

                1 Reply Last reply
                0
                • J Offline
                  J Offline
                  jiangcaiyang
                  wrote on last edited by
                  #8

                  I created a simple program and the words are not shown, result in those rectangles. I guess it is because the font are not correctly set. but I have no idea how to solve it.
                  [quote author="coursar" date="1407927102"]In what step you have troubles? Link for wp8.0 and VS 2012. For wp8.1 and vs2013 you will need similar, but different on some steps process[/quote]

                  1 Reply Last reply
                  0
                  • metaDomM Offline
                    metaDomM Offline
                    metaDom
                    wrote on last edited by
                    #9

                    Font trouble is only on WP8.0, WP8.1 will not have this issue.

                    So far I used to test one app on WP8.0 via a Lumia520. Everything worked fine except some minor issues like the font one. 8.1 compatibility will fix it :)

                    [quote author="jiangcaiyang" date="1407940719"]I created a simple program and the words are not shown, result in those rectangles. I guess it is because the font are not correctly set. but I have no idea how to solve it.
                    [quote author="coursar" date="1407927102"]In what step you have troubles? Link for wp8.0 and VS 2012. For wp8.1 and vs2013 you will need similar, but different on some steps process[/quote]

                    [/quote]

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      jiangcaiyang
                      wrote on last edited by
                      #10

                      I solved this problem by setting:
                      qmake -tp vc TestQuickForWinPhone8.pro
                      and opened the project via VS 14. The packed it. One thing that I cannot solve is that in command prompt, when I tapped those commands, the system echos that uuidgen is not a valid program, means I do not have uuidgen. How you solve this problem, does uuidgen in your computer? without uuid, the VS project is not correctly generated due to productID error. Finally I solve it by using guidgen to generate a guid and write it into WMManifest.xml.

                      1. How you solve "uuidgen" problem?

                      I noticed that we can use Qt for Windows Phone project. How about using Qt for X-Box project? I am curious about that.

                      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