
7.2
Generation of Program for Windows CE
The user can easily generate programs for Windows CE. Programming is sim-
ilar to an application for a standard MS Windows NT PC. Under Windows CE,
only the number of available WIN32-APIs is limited.
Prerequisites for Application Programming:
●
Microsoft eMbedded Visual C++ 4.0, Visual Studio 2003 / 2005
●
SDK
(Software Development Kit) by manufacturer of Windows CE device
(KEBA).
The SDK provides to the programming environment the processor-de-
pendent header and library files of the OEM adaptation. (If special hard-
ware-dependent functions of the KeTop should be used, the SDK of the
KeTop must be installed subsequently since the standard SDK for HPC
(Handheld PC) and HPC Pro (Handheld PC Professional) does not take
into account certain customer-specific adaptations.)
7.3
KeTop API Design
The entire SDK is implemented in a single dynamic link library (DLL). All func-
tions described in this document are exported from the DLL <\windows\KeTo-
pAPI.dll>. This file and the corresponding SDK are contained on the CD
"KeTop SK001".
The following platform names are assigned to the KeTops:
KeTop T100:
KETOPT100
KeTop T50VGA:
KETOPT50VGA
KeTop T41:
KETOPT41
System files that are copied to \windows directory by Visual Studio remain
stored permanently. For this reason, these files must be copied manually to
the directory \IPSM\windows (must be created by the user if necessary).
In case of a restart of Windows CE, these files are automatically copied to the
\windows directory. Therefore these files will be available for the operating
system and after a restart.
7.3.1
Common data types
This section contains a detailed description of the common data types for the
communication with the handheld terminal. For further information, see
TpuHwDataTypes.h.
INT8
Signed 8 bit integer variable.
UINT8
Unsigned 8 bit integer variable.
BacklightStat
Enum, displays the backlight status
JoystickPos
Struct, for joystick data.
Status Struct
Describes the startup state of the device.
EventMsg
Enum, describes the event message received.
Software
© KEBA 2009
User's Manual V1.50
53
Summary of Contents for KeTop T100
Page 1: ...KEMRO KeTop T50VGA User s Manual V1 50 Translation of the original instructions ...
Page 4: ......
Page 10: ......