GDIRSRCS: Extracts Resources from Resource Files

GDIRSRCS demonstrates how to create icons, cursors, and
bitmaps from their respective resource files. It also
shows how to read a resource file and create other
resources from that information. For example, GDIRSRCS:

>  Reads a bitmap resource file and creates a bitmap,
icon, and cursor.

>  Reads a cursor resource file and creates a cursor,
bitmap, and icon.

>  Reads an icon resource file and creates an icon,
cursor, and bitmap.

Use the Open Resources and Convert Resources menus to read
and create bitmaps, cursors, and icons.

The device-independent bitmaps (DIBs) for icons and
cursors are assumed to be in Microsoft(R) Windows(TM)
version 3.0 format. The DIBs for bitmaps, however, can be
in Windows version 3.0 or in OS/2(R) format. GDIRSRCS
converts OS/2 DIBs into Windows version 3.0 DIBs before
processing the DIB.

GDIRSRCS was built and tested under Microsoft Windows
version 3.1.

KEYWORDS: PR-CD2
