Intermec CS40 CS40 Mobile Computer User's Manual - Page 98

Developing and Installing Applications, Packaging Your Application, Choosing a Target Location

Page 98 highlights

Chapter 8 - Managing the Computer Developing and Installing Applications Use the Intermec Resource Kits to develop applications to run on the mobile computer. The Resource Kits are a library of C++, .NET, Java, and web components grouped by functionality that you can use to create applications for the computer. The Resource Kits are part of the Intermec Developer Library (IDL), and can be downloaded from the Intermec web site at www.intermec.com/idl. For more information, see the Intermec Developer Library Resource Kit Developer's Guide. Packaging Your Application For very simple applications, the executable file may be the only file you need to deploy. More typically, you will have a set of files to install. Intermec recommends using .cab files to install your applications. The computer uses standard Windows Mobile .cab files and will install third-party .cab files. Choosing a Target Location You can have your .cab file place your application in any of these memory locations on the mobile computer: • The ObjectStore. • The optional microSD card. Depending on available disk space, you may want to consider installing your application files on the microSD card. Using a card creates the Storage Card folder on the computer. • The non-volatile Flash File Store. Applications and data in the Flash File Store will persist through a clean boot. Files copied to any of these locations are safe when you cold boot the computer. When AutoRun is installed on the computer, all .cab files in the CabFiles folder are automatically extracted after a cold boot. For more information about AutoRun, see the Intermec Developer Library Resource Kit Developer's Guide. 86 CS40 Mobile Computer User's Manual

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152

Chapter 8 — Managing the Computer
86
CS40 Mobile Computer User’s Manual
Developing and Installing Applications
Use the Intermec Resource Kits to develop applications to run on the
mobile computer. The Resource Kits are a library of C++, .NET, Java,
and web components grouped by functionality that you can use to
create applications for the computer. The Resource Kits are part of the
Intermec Developer Library (IDL), and can be downloaded from the
Intermec web site at
www.intermec.com/idl
.
For more information, see the
Intermec Developer Library Resource Kit
Developer’s Guide
.
Packaging Your Application
For very simple applications, the executable file may be the only file
you need to deploy. More typically, you will have a set of files to install.
Intermec recommends using .cab files to install your applications. The
computer uses standard Windows Mobile .cab files and will install
third-party .cab files.
Choosing a Target Location
You can have your .cab file place your application in any of these
memory locations on the mobile computer:
The ObjectStore.
The optional microSD card. Depending on available disk space,
you may want to consider installing your application files on the
microSD card. Using a card creates the Storage Card folder on the
computer.
The non-volatile Flash File Store. Applications and data in the
Flash File Store will persist through a clean boot.
Files copied to any of these locations are safe when you cold boot the
computer. When AutoRun is installed on the computer, all .cab files in
the CabFiles folder are automatically extracted after a cold boot. For
more information about AutoRun, see the
Intermec Developer Library
Resource Kit Developer’s Guide
.