Dolphin Application Development
Dolphin application development is straightforward. Since Dolphin is
Compiling Applications for the Dolphin
Although the operating system on the Dolphin 7200 is
There are four libraries provided for linking into applications:
dolphins.lib | for small memory models |
dolphinm.lib | for medium memory models |
dolphinc.lib | for compact memory models |
dolphinl.lib | for large memory models |
The header file, dolphin.h, in the c:\dolphXX\devtools\ directory contains useful declarations for using these libraries.
Sample Applications
A number of sample programs with source code have been provided with your Dolphin terminal. The sample programs are installed in the c:\dolphXX\devtools\samples directory on your desktop computer.
Application | Description |
|
|
|
|
GRAPH | Draws various patterns on the Dolphin's LCD display. |
|
|
KBSTATUS | Displays keystrokes. If the keystroke is |
| displayed. |
|
|
LED | Allows the red and green LEDs to be toggled |
|
|
ONBHIT | Displays status of the ON key. |
|
|
SCAN | Allows bar code scanning. |
|
|
SIO | Performs serial I/O. Displays characters received and sends key strokes. |
|
|
SOUND | Runs through the frequency range of the Dolphin's speaker. |
|
|
NI | Sample programs for the Numeric Dolphin. This sample is located in the |
| C:\DOLPHIN\DEVTOOLS\NUMERIC\BORLAND or |
| C:\DOLPHIN\DEVTOOLS\NUMERIC\MSVC. |
|
|
EVSDEMO | Demonstrates graphics, changing fonts, turning the status line on and off, adding new |
| icons to the status line, and changing the system cursor. |
|
|
INV5 | Sample inventory application with source code. |
|
|
Dolphin® 7200 User’s Guide | 6 - 7 |