February 2009 Entries

Integrating your project in the PUBLIC tree

Integrating your project in the PUBLIC tree Introduction Have you ever wondered how you can integrate your code under the PUBLIC tree in Windows Embedded CE 6.0? This can be useful if you want to distribute code/components that are not part of a BSP. In this post I’ll explain how to create a folder/files structure to handle a couple of projects -a sample device driver and a sample application. This should give to the reader even a different insight into Windows CE build system. To perform the various...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

A fast way to rebuild a Windows CE image

If you have already created an OS image and you have to modify-build-download it several times you can use a shortcut to perform those operations as fast as it is possible (if you do not add new components - which implies a sysgen): you can modify reginit.ini (for registry entries) and ce.bib (for files/modules to include in the OS image) then run from the command prompt: regcomp %_FLATRELEASEDIR%\reginit.ini %_FLATRELEASEDIR% romimage %_FLATRELEASEDIR%\ce.bib The first command compresses the reginit.ini...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati