Answer the question
In order to leave comments, you need to log in
How to build Qt under Windows Embedded Compact 7 in VS2008?
There is an operator panel (device) with Windows Embedded Compact 7 on board. It would be desirable to use Qt for development of the interface. On the Internet they write about building Qt for WM6, but those instructions with archives are not suitable for my configuration. I tried qt-embedded-wince-opensource-src-4.5.3.zip but there is no build option for WEC7 (nmake crashes). With older versions, it is generally not clear how to work and what archives to take.
On my machine: Windows 7 x64 Ultimate, VS2008 + Platform Builder for Windows Embedded Compact 7. Programs in C/C++ or C# (.Net 3.5) are great, but I need speed and cross-platform.
Answer the question
In order to leave comments, you need to log in
Used the qt-everywhere-opensource-src-4.8.6.zip version for both Windows 7 and WEC7. The pre-build configuration depends on the SDK shipped with the device. I got it with this command:
Then I manually set the paths (they also depend on the SDK):
set INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ce\include;C:\Program Files (x86)\Windows CE Tools\SDKs\Wince7SDK\Include\Armv4i
set LIB=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ce\lib\armv4i;C:\Program Files (x86)\Windows CE Tools\SDKs\Wince7SDK\Lib\ARMv4I
set PATH=C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\ce\bin\x86_arm;%PATH%
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question