This file describes how to install LEDit BCB
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LEdit BCB is a wrapper around LEdit DLL and therefore
LEDIT.DLL (or LEDIT32.DLL) is needed to run LEdit BCB.
LEdit BCB works with Borland C++ Builder 1 or 3

For Borland C++ Builder 1 combine files from LEBCB and
LEBCB\BCB1 into one directory

For Borland C++ Builder 3 combine files from LEBCB and
LEBCB\BCB3 into one directory

To install LEdit BCB you first have to remove all older
versions of LEdit BCB from BC Builder. In order to install
LEdit BCB on BC Builder please follow these steps:

- Put DLL import file LEDIT32B.LIB into BC Builder LIB directory
  (this file can be found in LEDIT directory)
- Put LEDIT32.HPP and LEDIT.H into BC Builder INCLUDE directory
  (the latter file can be found in LEDIT directory)

For BC Builder 1:

- Add ledit32b.lib to the ALLLIB statement of VCL make file -
  it can be found in BC Builder BIN directory and has a name
  CMPLIB32.OPT
- Install BCB component as any other component by pointing BC
  Builder to file LEBCB.OBJ

For BC Builder 3:

- Install BCB package as any other package by pointing BC Builder
  to file LEBCBPK.BPL

Please note that you will need also LEDIT32.OBJ, LEDIT32.HPP
and LEDIT.H (can be found in LEDIT directory) files in order 
to be able to use BCB wrapper.

To be able to link applications that include BCB wrapper,
you'll need to include ledit32b.lib into Make file of your 
application (can be reached from menu View/Project Makefile).
It should be included into ALLLIB statement. LEDIT32B.LIB
should be made available to the linker.

If you don't place LEDIT32.DLL into your system directory, then
you need make it available to all the programs that involve it
by placing it in the same directory as these programs.

The documentation may be found in LEVCL.HLP file from
LEVCL directory - it explain things in terms of Pascal
functions since LEdit BCB wrapper is written in Pascal,
however it is complete one-to-one correspondence between
BCB wrapper and the documentation.

Here's the list of essential files:

- LEDIT32.OBJ  - LEdit OBJ file
- LEDIT32.HPP  - Header file encapsulating LEDIT.H
- LEBCBPK.BPL  - LEdit Package (BC Builder 3 only)
- LEBCBPK.BPI  
- LEBCB.OBJ    - 32-bit LEdit BCB wrapper
- LEBCB.DCR
- LEBCB.HPP    - Header file
- LEBCB.TXT    - This file simply refer to the file you're reading
- LEBCB__I.TXT - This file
- LEBCB__U.TXT - Record of changes from V2.08

- LEBCB_x.* where x stands for DIGIT 1-4 - Examples.
  
Thank you for using LEdit.
