<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Run Qt application on Windows CE 6.0 on X86 (Intel Atom processor) platform.]]></title><description><![CDATA[<p dir="auto">Hi:</p>
<p dir="auto">On Windows CE platform, Qt support a lots ARM platform or Windows CE 5.0 X86 platfrom.<br />
However, my project need to run on the our-owned proprietary platform (Intel X86) with Windows CE 6.0 R3.</p>
<p dir="auto">Did any porting documentations to different platform. I think that should be simple step rebuild the Qt code with "Our-owned" Windows CE 6.0 SDK. However I don't know how to start!!!<br />
Please any help.</p>
<p dir="auto">Thanks<br />
YDLU</p>
]]></description><link>https://forum.qt.io/topic/10366/run-qt-application-on-windows-ce-6-0-on-x86-intel-atom-processor-platform</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 22:59:28 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/10366.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Oct 2011 22:13:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Run Qt application on Windows CE 6.0 on X86 (Intel Atom processor) platform. on Wed, 28 Mar 2012 07:59:26 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Sorry for the late reply, but i met a similar problem with my WinCE SDK. If you have a defined QMAKESPEC environment variable &amp; if you specify a different -xplatform content on the configure cmdline, the configure seems to take the content of the QMAKESPEC. I get the same error than yours. A configure screen log indicates that the -xplatform is specified on the cmdline but the tool keeps the QMAKESPEC definition. Let's try to remove the QMAKESPEC content or let's give it the target mkspecs value, it should work.</p>
<p dir="auto">Best regards,<br />
David.</p>
]]></description><link>https://forum.qt.io/post/125499</link><guid isPermaLink="true">https://forum.qt.io/post/125499</guid><dc:creator><![CDATA[draimond]]></dc:creator><pubDate>Wed, 28 Mar 2012 07:59:26 GMT</pubDate></item><item><title><![CDATA[Reply to Run Qt application on Windows CE 6.0 on X86 (Intel Atom processor) platform. on Mon, 17 Oct 2011 16:24:09 GMT]]></title><description><![CDATA[<p dir="auto">Thanks you point out the error.<br />
After I correct the path, lib, the error still there. So I examed the first error:</p>
<pre><code>    cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -W3 -w34100 -w34189 -MP -DQT_THREAD_SUPPORT -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -D_USE_MATH_DEFINES -DQT_NO_DYNAMIC_CAST -I"..\..\include" -I"tmp" -I"..\..\include\QtCore" -I"c:\Qt\qt-everywhere-opensource-src-4.7.4\include\qtmain" -I"tmp\rcc\debug_shared" -I"tmp" -I"..\..\include\ActiveQt" -I"tmp\moc\debug_shared" -I"..\..\mkspecs\win32-msvc2008" -Fotmp\obj\debug_shared\ @C:\DOCUME~1\uidk5291\LOCALS~1\Temp\nm1DD.tmp
</code></pre>
<p dir="auto">qtmain_win.cpp<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\winnt.h(2975) : error C2146: syntax error : missing ';' before identifier 'ContextRecord'</p>
<p dir="auto">That mean the "<strong>X86</strong>" was not defined!</p>
<p dir="auto">I checked the "wince50standard-x86-msvc2008" and "wince50standard-x86-msvc2005" both folder about the "qmake.conf" files. The "<strong>X86</strong>" was defined, but not on the "cl" options?</p>
<p dir="auto">Someone knows where and how the "DEFINES" connect to the compiler?</p>
<p dir="auto">Thanks<br />
YDLU</p>
]]></description><link>https://forum.qt.io/post/113582</link><guid isPermaLink="true">https://forum.qt.io/post/113582</guid><dc:creator><![CDATA[YDLU]]></dc:creator><pubDate>Mon, 17 Oct 2011 16:24:09 GMT</pubDate></item><item><title><![CDATA[Reply to Run Qt application on Windows CE 6.0 on X86 (Intel Atom processor) platform. on Sun, 16 Oct 2011 14:04:27 GMT]]></title><description><![CDATA[<p dir="auto">First:<br />
Visual Studio 2008 default installation path is "..\Program Files\Microsoft Visual Studio 9.0" ( not 8)</p>
<p dir="auto">Second:</p>
<p dir="auto">Maybe "setcepaths wince50standard-x86-msvc2008" command doesn't work properly.<br />
Try to specify platform depended INCLUDE, LIB and PATH variables manually.<br />
For example<br />
set INCLUDE=C:\Microsoft Visual Studio 9.0\VC\ce\include;C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\Include\x86<br />
...</p>
<p dir="auto">To setup environment variables use vcvars32.bat (at the path C:\Microsoft Visual Studio 9.0\Common7\Tools) or run your Qt build script under Visual Studio Command Promp</p>
<p dir="auto">Read this instructions <a href="http://doc.qt.nokia.com/4.6/install-wince.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.nokia.com/4.6/install-wince.html</a></p>
<p dir="auto">Good Luck,<br />
picasoft</p>
]]></description><link>https://forum.qt.io/post/113473</link><guid isPermaLink="true">https://forum.qt.io/post/113473</guid><dc:creator><![CDATA[picasoft]]></dc:creator><pubDate>Sun, 16 Oct 2011 14:04:27 GMT</pubDate></item><item><title><![CDATA[Reply to Run Qt application on Windows CE 6.0 on X86 (Intel Atom processor) platform. on Fri, 14 Oct 2011 18:49:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi picasoft:</p>
<p dir="auto">my first step to port Qt to Windows CE is build a Windows CE 5 (standard SDK) on X86 using VS2008 build tools:</p>
<p dir="auto">There is my steps:<br />
(1st step: make sure just use VS2008 build tools)<br />
set PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Qt\4.7.4\bin;C:\Qt\qt-everywhere-opensource-src-4.7.4\bin;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE;C:\Program Files\Microsoft Visual Studio 8\VC\BIN;C:\Program Files\Microsoft Visual Studio 8\Common7\Tools;C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\bin;C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\bin;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin;C:\WINDOWS\<a href="http://Microsoft.NET" target="_blank" rel="noopener noreferrer nofollow ugc">Microsoft.NET</a>\Framework\v2.0.50727;C:\Program Files\Microsoft Visual Studio 8\VC\VCPackages;<br />
set INCLUDE=C:\Program Files\Microsoft Visual Studio 8\VC\ATLMFC\INCLUDE;C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE;C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\include;<br />
set LIB=C:\Program Files\Microsoft Visual Studio 8\VC\ATLMFC\LIB;C:\Program Files\Microsoft Visual Studio 8\VC\LIB;C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\lib;C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\lib;</p>
<p dir="auto">(2nd Step: configure Qt 4.7.4 build)<br />
cd c:\qt\qt-everywhere-opensource-src-4.7.4<br />
configure -platform win32-msvc2008 -xplatform wince50standard-x86-msvc2008</p>
<p dir="auto">(3rd step:)<br />
setcepaths wince50standard-x86-msvc2008</p>
<p dir="auto">(4th step: got a basic errro... )<br />
nmake</p>
<p dir="auto">(THE NMAKE ERRORS: )<br />
cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -W3 -w34100 -w34189 -MP -DQT_THREAD_SUPPORT -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_FAST_OPERATOR_PLUS -DQT_USE_FAST_CONCATENATION -D_USE_MATH_DEFINES -DQT_NO_DYNAMIC_CAST -I"....\include" -I"tmp" -I"....\include\QtCore" -I"c:\Qt\qt-everywhere-opensource-src-4.7.4\include\qtmain" -I"tmp\rcc\debug_shared" -I"tmp" -I"....\include\ActiveQt" -I"tmp\moc\debug_shared" -I"....\mkspecs\win32-msvc2008" -Fotmp\obj\debug_shared\ <a class="plugin-mentions-user plugin-mentions-a" href="/user/c">@<bdi>C</bdi></a>:\DOCUME~1\uidk5291\LOCALS~1\Temp\nm410.tmp<br />
qtmain_win.cpp<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\winnt.h(2975) : error C2146: syntax error : missing ';' before identifier 'ContextRecord'<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\winnt.h(2975) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\winnt.h(2975) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\winbase.h(1405) : error C2146: syntax error : missing ';' before identifier 'LPCONTEXT'<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\winbase.h(1405) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\winbase.h(1405) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\winbase.h(2089) : error C2061: syntax error : identifier 'LPCONTEXT'<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\winbase.h(2097) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\winbase.h(2097) : error C2143: syntax error : missing ',' before '*'<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\excpt.h(63) : error C2040: 'PCONTEXT' : '_CONTEXT *' differs in levels of indirection from 'int'<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\excpt.h(66) : error C2378: 'LPCONTEXT' : redefinition; symbol cannot be overloaded with a typedef<br />
C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500\include\x86\winbase.h(1405) : see declaration of 'LPCONTEXT'</p>
<p dir="auto">do you could give me some advise where and what I did wrong?</p>
<p dir="auto">Thanks<br />
YDLU</p>
]]></description><link>https://forum.qt.io/post/113326</link><guid isPermaLink="true">https://forum.qt.io/post/113326</guid><dc:creator><![CDATA[YDLU]]></dc:creator><pubDate>Fri, 14 Oct 2011 18:49:46 GMT</pubDate></item><item><title><![CDATA[Reply to Run Qt application on Windows CE 6.0 on X86 (Intel Atom processor) platform. on Thu, 13 Oct 2011 17:37:24 GMT]]></title><description><![CDATA[<p dir="auto">This is my build.bat file I used to build Qt to WinCE 6.0 for ARM architecture</p>
<p dir="auto">SET PATH=C:\Qt\colibri-4.6.1\bin;C:\Qt\colibri-4.6.1\include;%PATH%</p>
<p dir="auto">call vsvars32.bat</p>
<p dir="auto">nmake confclean</p>
<p dir="auto">configure.exe -static -no-accessibility -no-stl -no-qt3support -no-opengl -qt-libpng -no-phonon -no-scripttools -platform win32-msvc2008 -xplatform wince60colibri-armv4i-msvc2008 -debug-and-release</p>
<p dir="auto">set INCLUDE=D:\Microsoft Visual Studio 8\VC\ce\include;C:\Program Files\Windows CE Tools\wce500\Colibri\Include\Armv4i<br />
set LIB=D:\Microsoft Visual Studio 8\VC\ce\lib\armv4i;C:\Program Files\Windows CE Tools\wce500\Colibri\Lib\ARMV4I<br />
set PATH=D:\Microsoft Visual Studio 8\VC\ce\bin\x86_arm;%PATH%</p>
<p dir="auto">nmake</p>
<p dir="auto">The first you must setup an appropriate SDK for your platform.<br />
The second specify -xplatform wince60standard-x86-msvc2008<br />
The third scpecify INCLUDE and LIB paths to your SDK<br />
Try to build Qt</p>
]]></description><link>https://forum.qt.io/post/113188</link><guid isPermaLink="true">https://forum.qt.io/post/113188</guid><dc:creator><![CDATA[picasoft]]></dc:creator><pubDate>Thu, 13 Oct 2011 17:37:24 GMT</pubDate></item></channel></rss>