Changes between Version 5 and Version 6 of WinCE


Ignore:
Timestamp:
Sep 13, 2010 11:15:41 AM (14 years ago)
Author:
paroga@paroga.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WinCE

    v5 v6  
    8989You 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.
    9090
     91== Run ==
     92
     93After a successful build you got a {{{WinCELauncher.exe}}} in your build directory. You can run it with the following command:
     94{{{
     95WinCELauncher.exe http://webkit.org/
     96}}}
     97
     98==== Possible Runtimeerrors ====
     99
     100{{{
     101The file 'WinCELauncher' cannot be opened. Either is is not signed with a trusted certificate or one
     102of its components cannot be found. If the problem persists, try reinstalling or restoring this file.
     103}}}
     104If you get this message you probably need to copy additional files to your device. You can open the executable with Dependency Walker (depends.exe) to examine all dependecies. When you are building with Visual Studio 2005 the executable will depend on {{{MSVCRT80.DLL}}}; with Visual Studio 2008 it will depend on {{{MSVCRT90.DLL}}}.
     105
    91106== Questions and feedback ==
    92107