Links

An assortment of links that I have found useful.

  • www.mediachance.com
      An assortment of image processing shareware that I think is excellent. Easy and powerful tools for generating graphics with a combination of vector and bitmap editing.
  • www.upx.com
      A little freeware utility that can shrink the size of an execueable by about 50%.
  • www.iup.com
      IUP -- The GUI package included with Bach. Small and easy to use (Has a C interface).
  • www.sqlite.org
      The database package included with Bach. Handles most of the SQL standard. typeless fields; Standalone (NOT client-server), about as fast as MySql.
  • Inno Installer
      A free software installer.
  • Ghost Installer
      The tool used to create the Bach installer.  The free script version is based on XML; a gui version  is available for $189 & up. Very good compression.
  • Xidek
      An example of the use of their $495 Compiler construction kit. Cleanest example I’ve seen of how to do AST’s, Directory structures, makefiles, etc. Includes a C++ class library designed for simplicity!!