
VDX-6318 Windows Embedded Compact 7 - Getting Started Guide
Windows Embedded Compact 7 Getting Started Rev 2.00
Page 11
Common Terminology
To minimize the need to write long description and the need to use lengthy term repeatedly, it’s a
common practice for developer in different industries to use abbreviated key words. To the new
comer, without knowing the terminologies used and what the abbreviated key words represent can
cause confusion.
The following table contains abbreviation for some of the common key words used in the Compact 7
development environment and this getting started guide:
Abbreviation/ key word
Description and Representation
Compact 7
Windows Embedded Compact 7
Platform Builder
Windows Embedded Compact 7 Platform Builder
VS2008
Visual Studio 2008
IDE
Integrated Development Environment
BSP
Board Support Package: A group of Windows Embedded Compact
software components that includes the OEM adaptation layer code,
device drivers and configuration files, needed to create the OS design
project to generate OS run-time image for the targeted hardware.
OAL
OEM Adaptation Layer
Component
Component can be a device driver, BSP, programming library,
application, utility, configuration settings, fonts, etc... The OS design is
made up by a group of components.
Component Catalog
The component catalog lists all of the components provided by Platform
Builder and installed 3
rd
party components. The component catalog
provides the interface to add components to the OS design project and
remove components from the project. This is also the interface to view
which components are included to the OS design project.
OS Design
OS design is a Platform Builder project, containing components that
make up the OS run-time image. Windows Embedded Compact OS run-
time image is generated from an OS design project.
Target Device
Refer to the device used in the Compact 7 development environment.
When working on exercise using an emulator, the emulator is the target
device. Virtual PC can also be a target device for the Compact 7
development environment. For the exercise in this guide, the VDX-6318
SBC is the target device.
OS Run-time Image
The binary file generated from the OS design project to deploy to the
target device.
Release Directory or
Build Release Directory
Referring to the directory where all files related to the OS design
projects are placed by the build tools prior to compiling the OS run-time
image.
SBC
Single-Board-Computer