Enabling a Run-Time Image Size Larger Than 32 MB (Windows Embedded CE 6.0)

1/6/2010

If you created a run-time image that is larger than 32 MB, you must modify the run-time image configuration settings to configure the amount of RAM allocated before you can successfully build, download, and run your run-time image on a target device.

To enable a run-time image size larger than 32 MB

  1. From the Project menu, choose Properties.

  2. In the OS Design Property Pages dialog box, expand Configuration Properties, and then choose Build Options.

  3. Select Run-time Image Can be Larger than 32 MB.

    This check box corresponds to the environment variable IMGRAM64.

  4. Close the OS Design Property Pages dialog box and save your changes by choosing OK.

To enable a run-time image larger than 64 MB

  1. From the Project menu, choose Properties.

  2. In the OS Design Property Pages dialog box, expand Configuration Properties, and then choose Build Options.

  3. Make sure that Run-time Image Can be Larger than 32 MB is not selected.

  4. Select the Environment page.

  5. Choose New and enter a name and value for an IMG environment variable that sets RAM for your run-time image.

  6. Choose OK.

    For more information, see IMG Environment Variables.

See Also

Reference

OS Design Property Pages: Build Options

Concepts

OS Design Settings

Other Resources

Build System