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. WinCE build with Qt4.8 and VS2008
Forum Updated to NodeBB v4.3 + New Features

WinCE build with Qt4.8 and VS2008

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 267 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.
  • B Offline
    B Offline
    Boris1980
    wrote on last edited by
    #1

    Good Morning,

    i try to build a project to get WinCE compatibilty. The embedded domain is generelly new for me, so what i habe done:
    So is started with : https://doc.qt.io/archives/qt-4.8/wince-with-qt-introduction.html

    i set up my environment whit following command lines:

    Setup VS2008 for WinCE:

    C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat
    

    setup Qt4.8.7 for win CE

    C:
    cd \Qt\%VERSION%
    configure -platform win32-msvc2008 -xplatform wince50standard-armv4i-msvc2008
    

    set env. path

    setcepaths wince50standard-armv4i-msvc2008
    

    ok, so every action are done successfully

    i load my project (wirtten bevor with qt4.87. win32) in Vs2008

    change build configuration to "STANDARDSDK_500" (arm)
    in Menu Qt-> qt option -> qt version -> qt for wince is set -> to Qt 4.8.7

    so now, when i build the project , ic get the folling messagebox (error):

    "The following error occcoured:
    There is no Qt version assinged to this project for platform "STANDARTSDK_500"
    please use the "change qt versions" feature an choose a valid qt version for this platform"

    So , what am i doing wrong?

    TThanks for advice

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

      Hi,

      Might be a silly question but did you actually built Qt ?
      Check the Kit for errors/warnings.

      One thing: are you aware that you are using products that have reached end of life a long time ago ?

      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
      1
      • B Offline
        B Offline
        Boris1980
        wrote on last edited by
        #3

        yes i am aware of this. Its just a PoC.

        How can i check the Kit for error and warnings. if i setup Qt , for win ce.. i get an "qt is now setup for wince...." success .
        so it must be possible or not?

        and the same project i could build on Win32 with QT 4.8.7...

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

          Go to the kit page and check if there's a warning or error signal before your kit.

          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

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved