RIM Code
Snippets
String
Utils: This is a collection of string manipulation functions I
collected from MSVC C-Runtime libraries since many string manipulation
functions are not allowed in the RIM SDK.
RIMDEBUG:
The RIMDebugPrintf() function still generates calls in a release mode.
This macro causes the calls to be removed.
RIM
System fonts: If you have ever needed to modify the existing fonts a
bit, this will help! This file contains the DEF files and header files
for the RIM System fonts.
ParseESN:
Every look at the ESN value returned by RadioGetInfo(). Its not in the
same form as we are familiar with. This function converts it for you.
Bitmap
Field: Thorsten
Schiller posted a class which implements a Bitmap Field which can be
used with the UIEngine.