Friday 28 November 2008

Options to build a Windows CE hybrid image (Part II)

You might have read my previous post on how to build a CE hybrid image. Now I want to give you one more option how to achieve the goal of building a CE hybrid image:

  • You can create a Platform Builder subproject and move the module (e.g. device driver) that you are trying to debug to the just created subproject. Now all you need to do is to make sure that the “Always build and link as debug” and the “include in Run-Time Image” checkboxes are checked in the subproject settings. Et voilà, if you now build your BSP and subprojects, you will have a hybrid image.

Have fun!

No comments: