Share via


Updating the Project.bib File (Windows CE 5.0)

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

To update the Project.bib file

  1. From the View menu, choose Workspace.

  2. Choose the ParameterView tab.

  3. Expand the parameter list, and then expand the Project Specific Files folder.

  4. Double-click the Project.bib file.

  5. 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

Adding Catalog Items to an OS Design

Last updated on Thursday, February 02, 2006

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.