Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The emulated BLT functions are compiled and linked into a single library called Emul.lib. The display driver links to this library through a link directive in the driver's Sources file. For example, the Sources file for the FLAT display driver includes Emul.lib in its list of target libraries. This links the driver with Emul.lib. The Platform Builder provides the GPE library in binary form. The GPE library is also included in the driver's Sources file.
The Platform.bib file in the Platform\Cepc\Files directory directs the RomImage tool, which is the tool that creates OS images for Windows CE, to include the appropriate driver in the OS image. See the Platform Builder for complete documentation on using the Romimage tool and creating OS images.
If you are building a platform from one of the sample Platform.bib files that is provided in the Platform Builder, you can change which display driver the Romimage tool puts into the OS image. The Platform.bib file in the Platform\Cepc\Files directory directs the Romimage tool to include the FLAT driver in the OS image. Other display drivers may take the place of FLAT. See Platform.bib for the list of environment variables that may be set to direct the Romimage tool to use a different display driver. The 2BPP driver is the default display driver for the Windows CE hardware reference platform. The Platform.bib file in the Platform\Odo\Files directory lists the environment variables that may be set to direct Romimage to use a different display driver.
Last updated on Tuesday, July 13, 2004