CodeSnip Demonstrator

   
Author: Bill Miller
Release: 2.1
Date: 7 January 2010
O/S: All Windows 9x and NT versions (inc. XP, Vista & Windows 7)

Download

You can get CodeSnip Demonstrator v2.1 here.

Disclaimer
THIS SOFTWARE IS PROVIDED "AS-IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. NEITHER THE AUTHOR (Bill Miller) NOR DelphiDabbler WILL BE HELD LIABLE IN ANY EVENT FOR ANY DAMAGES ARISING FROM THE USE OF THIS SOFTWARE.

Executable Program Installer v2.1

Download link Description
codesnip-demo.zip (3464Kb)
Contains the CodeSnip Demonstrator install program.
MD5 Checksum: 90f40f7b048662968d2b5875f7065068

Source Code v2.1

Download link Description
codesnip-demo-src.zip (2235Kb)
Contains the Delphi 2010 source code of CodeSnip Demonstrator along with all the non-commercial third party components that are required. Note: Several commercial components are also required to build the source. Details and alternatives are provided below.
MD5 Checksum: 334cc214185a5daea0ad4403692ad2a1

Various 3rd party components are required to build the program. Some are commercial and some are free or open source. See the notes below. Alternatives are suggested for all commercial components.

  1. Components from TMS Components (commercial):
    • TAdvPanel – can be replaced with TPanel.
    • TAdvMemo – can be replaced with TSynEdit from the SynEdit project.
    • TAdvTaskDialogs – can be replaced with TTaskDialog.
    • TAdvReflectionLabel – can be replaced with TLabel.
    • TAdvGlowButton – can be replaced with TButton.
  2. Components from Mustang Peak (non-commercial). Installers for the components are included in the download:
    • TEasyListview.
    • MPCommon – required by TEasyListview.
  3. TWin95Pie for DiskSpace (non-commercial) – can be removed from the project. Source code is included in the download.
  4. TMBColorPreview from Color Lib MaxSoftware (non-commercial). Source code is included in the download.
  5. Components from DevExpress (commercial):
    • ExpressBars – can be changed to TToolBar.
    • TDXStatusBar – can easily be changed to TStatusBar.