Updating the Project.bib File (Windows Embedded CE 6.0)

1/6/2010

To modify a subproject in your OS design, you can modify the associated binary image builder file, typically called Project.bib, to set options that control how the subproject is loaded into memory on the target device.

To update the Project.bib file

  1. In the Solution Explorer, navigate to the Parameter Files folder.

  2. Expand the parameter list, and then expand the folder corresponding to the BSP that you want to work with.

  3. To open the Project.bib file, from the context menu, select Open.

    Platform Builder displays the contents of the file in a new window.

  4. Modify Project.bib.

    The following code example shows a possible entry in this file.

    MODULES
    ;  Name          Path                                 Memory   Type
    :  ------------  --------------------------------------------------
    mycomp.exe       $(_FLATRELEASEDIR)\mycomp.exe        NK       S
    

    This entry loads Mycomp.exe into the NK memory block.

    By specifying S as a type for the file, the file loads as a system file in the run-time image.

For more information about modifying the Project.bib file, see MODULES Section.

If you want the file to launch at a specific time during startup on the target device, you must also use this procedure to modify the Project.reg file. For more information, see How to Configure the Registry to Run an Application at Startup.

See Also

Concepts

Adding a Subproject to an OS Design
Adding Catalog Items to an OS Design