Changes between Version 1 and Version 2 of WinCE
- Timestamp:
- Jul 28, 2010, 4:53:49 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WinCE
v1 v2 34 34 === Windows CE SDK === 35 35 36 Visual Studio 2005 (No Express Edition!) with a Windows CE SDK is required to build the binary. Visual Studio 2008 should work too.36 Visual Studio 2005 or 2008 (No Express Edition!) with a Windows CE SDK is required to build the binary. 37 37 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.38 You 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. 39 39 40 40 === Build CMake with WinCE support === … … 44 44 {{{ 45 45 git clone git://github.com/AlexeyS/cmake.git 46 git checkout all 46 47 }}} 47 48 48 49 Follow the instructions in the Readme.txt to build a CMake with WinCE support. 50 51 Building via SLN files can work correctly but probably not make. 49 52 50 53 === Build WebKit === … … 83 86 If 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. 84 87 88 You 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 85 90 == Questions and feedback == 86 91