Bits of code
This is where I'll occasionally add some code for others to use. Delphi components and sources to some of my programs will also appear on this page.
hComponents (Delphi)
A collection of components using the Graphics32 library.
Widgets include buttons, a rather configurable knob control
and routines and widgets for displaying antialiased bitmap
fonts.
Command line parser (Delphi)
A simple routine for parsing command line parameters.
Understands a few different kinds of syntax and returns a
StringList with parameter/value pairs neatly filled.
PCX images for Graphics32 (Delphi)
Routines for loading and displaying PCX images with the Graphics32
library. (No PCX saving currently.)
Bitmap font class (Delphi)
A class for loading, saving and modifying a Windows bitmap
font (FNT, FON). As used by Fony.
ClipCopy (C)
Full sources for the ClipCopy program.
IconSnap (Delphi)
Full sources for the IconSnap program.