Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Problem with deployment on Win CE
Qt 6.11 is out! See what's new in the release blog

Problem with deployment on Win CE

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 3 Posters 3.6k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I create a qml project with Qt Creater, which use declarative module to show qml file. it is running smoothly on windows xp,but when i deploy it on the wince ,it report below error:
    ubable to start programme '\NandFlash\Program Files\myDeclarative\myDeclarative.exe'
    The process of create project is that:
    Create a project with qt creater,and then set the environment:
    1 set INCLUDE=D:\Program Files\Microsoft Visual Studio 8\VC\ce\include;D:\Program Files\Windows CE Tools\wce600\TE6410 Board\Include\Armv4i
    set LIB=D:\Program Files\Microsoft Visual Studio 8\VC\ce\lib\armv4i;D:\Program Files\Windows CE Tools\wce600\TE6410 Board\Lib\ARMV4I
    set PATH=D:\Program Files\Microsoft Visual Studio 8\VC\ce\bin\x86_arm;%PATH%
    2 run the following command:
    D:\qt-ce-4.7.3\bin\qmake.exe -spec D:\qt-ce-4.7.3\mkspecs\wince60standard-armv4i-msvc2005 -win32 -o Makefile hello.pro

    D:\qt-ce-4.7.3\bin\qmake -tp vc
    3 open Directread.vcproj with vs2005,
    4 build the project with vs2005
    5 deploy the exe on the wince board
    can you help me ?

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @justzx, I think your question should be moved to a new thread...

      Anyway, have you checked to make sure you are deploying all of the required Qt DLLs to the target as well?

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        I split off the question to a new thread.

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          The deployed file contain msvcr80d.dll QtCored4.dll QtDeclaratived4.dll QtGuid4.dll quickApp.exe and give the following error report:ubable to start program '\nandflash\program files\quickApp\quickApp.exe'
          there is no process in the other side of pipe

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #5

            Does i ignore some required qt dlls?or the qml file must be running with qmlviewer.exe on the wince6.0?

            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