Tools guide — DLLUtil 47
Developer’s Guide – RIM 950 Wireless Handheld™
DLLUtil
The DLLUTIL.EXE utility provides information about DLLs as the y will
be when loaded onto the RIM Wireless Handheld, similar to the output
of PROGRAMMER DIR and PROGRAMMER VER. There are two forms of the
command:
DLLUTIL SIZE [-R] files
DLLUTIL VER files
The files argument is a list of DLLs and/or OS files, and can contain
wildcards (* and ?).
In the first form (SIZE), the utility displays a dump of flash memory,
RAM, and thunk resources. With the –R switch, the utility displays the
size of the DLLs without the .reloc (DLL relocation) information
loaded. This is how programs were loaded by versions of the
PROGRAMMER.EXE utility 16 through 18. Without –R, the utility displays
the sizes as loaded by PROGRAMMER.EXE versions 20 and greater.
In the second form (VER), DLLUTIL displays version information. Beside
each valid file, it lists versions for both imported and exported APIs. It
also lists valid operating systems along with file version information.
Conversion utilities
The SDK contains three small conversion utilities intended for creating
fonts and bitmaps for the RIM Wireless Handheld.
For information about using these utilities, see chapter 3 of the OS API
Developer’s Guide.

BITMAP

The BITMAP.EXE executable creates bitmap header file from a definition
file (with a .DEF extension). The header file is then included in a
resource DLL or an application.