Changes between Version 1 and Version 2 of WinCE


Ignore:
Timestamp:
Jul 28, 2010 4:53:49 AM (14 years ago)
Author:
cortexian@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WinCE

    v1 v2  
    3434=== Windows CE SDK ===
    3535
    36 Visual Studio 2005 (No Express Edition!) with a Windows CE SDK is required to build the binary. Visual Studio 2008 should work too.
     36Visual Studio 2005 or 2008 (No Express Edition!) with a Windows CE SDK is required to build the binary.
    3737
    38 You can find the Windows CE 5 Standard SDK at http://www.microsoft.com/downloads/details.aspx?familyid=fa1a3d66-3f61-4ddc-9510-ae450e2318c3. Any other SDK should work too.
     38You can find the Windows CE 5.0 Standard SDK at http://www.microsoft.com/downloads/details.aspx?familyid=fa1a3d66-3f61-4ddc-9510-ae450e2318c3. Any other SDK should work too.  It has been tested on Windows CE 6.0 but there but there may not be a public SDK available.
    3939
    4040=== Build CMake with WinCE support ===
     
    4444{{{
    4545git clone git://github.com/AlexeyS/cmake.git
     46git checkout all
    4647}}}
    4748
    4849Follow the instructions in the Readme.txt to build a CMake with WinCE support.
     50
     51Building via SLN files can work correctly but probably not make.
    4952
    5053=== Build WebKit ===
     
    8386If you get tons of this messages you hit http://support.microsoft.com/kb/148652. Moving all windows libraries after the WebKit libraries in "Configuration Properties" / "Linker" / "Additional Dependencies" will solve this problem.
    8487
     88You may also encounter errors generating chartables.c because of the version of perl that you are using.  Some versions of perl have issues with CR/LF. Most win32 versions of perl will work.
     89
    8590== Questions and feedback ==
    8691