Results 1 to 2 of 2

Thread: wince project doesn't work on wince, but works on win mobile

  1. #1
    Join Date
    Mar 2010
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default wince project doesn't work on wince, but works on win mobile

    Hi everyone!
    I've got a device with windows ce version 5.00 build 1400. The processor is Samsung ARM920T-S3C2440A.
    I've installed MS Visual Studio 2008, then windows ce 5.0 sdk.
    I've downloaded Qt libraries for Windows CE. Then I've made (from visual studio command line)
    configure -platform win32-msvc2008 -xplatform wince50standard-armv4i-msvc2008
    setcepaths wince50standard-armv4i-msvc2008
    nmake
    Then I've created a "hello world" project using QT Creator. Then from commandline in project's directory I've issued
    qmake -tp vc
    and a vcproj was created.
    I compiled it under visual studio, with no errors and 3 warning (redeclaration of ARM define). The file demo.exe was copied to the device together with qtcore4.dll, qtgui4.dll, msvcr90.dll.
    Now the project works perfectly on Windows Mobile 6.1, and doesn't even start on Win CE, telling me that "demo is not a windows ce application".
    When did I go wrong?

  2. #2
    Join Date
    Mar 2010
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Re: wince project doesn't work on wince, but works on win mobile

    update- the project doesn't start on win mobile 6.1 emulator

Similar Threads

  1. All features on WinCE
    By Jef Patat in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 6th January 2010, 17:50
  2. Problem in running app on WINCE
    By pinkfrog in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 26th August 2009, 10:33
  3. WINCE app can not run
    By baby911 in forum Qt for Embedded and Mobile
    Replies: 10
    Last Post: 28th July 2009, 04:06
  4. QTCPSocket on WinCE/S60
    By yogeshgokul in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 22nd July 2009, 23:46
  5. QtUiTools for WinCE ?
    By Gilles.Bordas in forum Installation and Deployment
    Replies: 1
    Last Post: 6th July 2008, 18:26

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.