PilRC Database Creator

To make a logo database with PilRC create a resource file and add the following resources:
VERSION "1.0"

STRINGTABLE ID 1000 "" "Pinguin" "Dynamic Duo" 
                       "Dynamic Duo Gray" 
                       "Dynamic Duo Color"

BITMAP       ID 3000 "PenguinLogo.xbm"  NOCOMPRESS
BITMAPGREY   ID 3001 "dynamicduo160.xbm"  COMPRESS
BITMAPGREY16 ID 3002 "gnu-and-penguin-grey16.pgm"  NOCOMPRESS
BITMAPCOLOR  ID 3003 "gnu-and-penguin-color-1.bmp"  NOCOMPRESS
BITMAPCOLOR  ID 4003 "gnu-and-penguin-color-2.bmp"  NOCOMPRESS

ALERT ID 3000 INFORMATION  
BEGIN 
  TITLE "Logo DB Info" 
  MESSAGE "A small info" 
  BUTTONS "Thanks" 
END
A simple marker

A stringtable Resource with all names.

All bitmaps, starting with ID 3000. Use a offset of 1000 the append the new bitmap. Up to 6 images supported for Sony Hires+
An alert Resource with ID 3000 for database comment.

Use "pilrc" and "build-prc --type DATA --creator olHa" to create a logo database.

Back to Mainpage