Building the Keyboard Driver DLLs (Windows CE 5.0)
You must build the keyboard driver from the proper directory to generate the dynamic-link libraries (DLLs) for your hardware platform.
To build the keyboard driver DLLs
From the Platform Builder File menu, choose New Platform.
In the New Platform Wizard, choose a BSP for appropriate for your hardware platform, and then complete the New Platform Wizard.
From the Build menu, choose Open Build Release Directory to open a build properly configured build environment.
Navigate to %_WINCEROOT%\Platform\%_TGTPLAT%\Drivers\MyKbdMouse.
Type sysgen and press ENTER.
Wait a few minutes for the Sysgen phase to finish. For more information, see Build Phases and Sysgen Tool.
Type build -c and press ENTER to build the driver.
For more information about more Build tool options, see Build Tool.
See Also
Send Feedback on this topic to the authors