Intermec CN50 CN50 Mobile Computer for Windows Mobile 6.1 User's Manual - Page 80

Developing Applications for the Computer, Packaging Your Application, Choosing a Target Location

Page 80 highlights

Chapter 3 - Developing and Installing Applications Developing Applications for the Computer Use the Intermec Resource Kits to develop applications to run on the CN50. 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 (IDL) 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. You can also copy a directory structure that contains the application, supporting files, DLLs, images, and data files. Intermec recommends using .cab files to install your applications. The CN50 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 CN50: • 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 microSD card creates the Storage Card folder on the CN50. • 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 as long as the AutoRun system is installed in the appropriate location. When you copy a .cab file to the \CabFiles folder, the folder automatically extracts that .cab file on every cold boot.For more information about AutoRun, see the Intermec Developer Library (IDL) Resource Kit Developer's Guide. 66 CN50 Mobile Computer for Windows Mobile 6.1 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

Chapter 3 — Developing and Installing Applications
66
CN50 Mobile Computer for Windows Mobile 6.1 User’s Manual
Developing Applications for the Computer
Use the Intermec Resource Kits to develop applications to run on the
CN50. 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 (IDL) 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.
You can also copy a directory structure that contains the application,
supporting files, DLLs, images, and data files.
Intermec recommends using .cab files to install your applications. The
CN50 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 CN50:
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 microSD card creates the Storage Card
folder on the CN50.
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 as long as the AutoRun system is installed in the appropriate
location. When you copy a .cab file to the \CabFiles folder, the folder
automatically extracts that .cab file on every cold boot.For more
information about AutoRun, see the
Intermec Developer Library
(IDL) Resource Kit Developer’s Guide
.