LightVCL 0.2 (c)2001 by Paul TOTH <tothpaul@free.fr>
====================================================
 http://tothpaul.free.fr

Purpose :
---------

 Sample tiny VCL that let compile an existing tiny Delphi 5 application
 under both Windows and Linux.

 the main goal is to reduice exe size for Windows, and remove QT dependency for Linux.

 It's an educational purpose about VCL, DFM , Windows and Linux API.

History :
---------

 First release 
 v0.1 - 5 april 2001
 v0.2 - 2 may   2001         

Implemenation :
---------------

 this LightVCL (partialy) support :

 v0.1
  - TForm
  - TLabel
  - TButton
  - TEdit (no edition under linux)
 v0.2
  - TImage (Bitmap only)

Provided files :
----------------

/
 Readme.txt   : this file

/0.1          : LVCL0.1 sample
 Project1.*   : the original Delphi 5 project
 MyProject1.* : the same as above with a SearchPath to "MySoft" (and "Linux" under Linux)

 Unit1.*      : the main TForm, exactly the same for Project1 & MyProject1

 QProject1.*  : same as Project1 for Kylix ("uses" clause changed)
 QUnit1.*     : same as Unit1 for Kylix  ("uses" clause changed)

 KDE.JPG      : snapshot of the Linux version
 WIN.JPG      : snapshot of the Windows version

/Fobec       
 Delph*.*     : FOBEC Installer
 Delph*2.*    : VCL Version of FOBEC Installer
 MyDelph*.*   : LVCL version of FOBEC Installer

/MySoft
 *.pas        : LightVCL 0.2 sources

/Linux
 *.pas        : Partial Linux port of Windows API

Result :
--------
  binary        | compiler  | option |   size  | dependency
 -----------------------------------------------------------
v0.1
 Project1.exe   | delphi 5  |   -    |  329Kb  |     -
 MyProject1.exe | delphi 5  | MySoft |   38Kb  |     -
 QProject1      | Kylix 1   |   -    |  407Kb  |    QT
 MyProject      | Kylix 1   | MySoft |   45Kb  |     -
v0.2
 DelphTools     | delphi 5  | (API)  |  126Kb  |     -
 DelphTools2    | delphi 5  | (VCL)  |  388Kb  |     -
 MyDelphTools2  | delphi 5  | MySoft |  106Kb  |     -