
 TRemoteControl VCL component for Delphi and C++Builder
 -----------------------------------------------------

 version      : 2.4 (build 2.4.2)
 date         : December 6, 2004
 status       : Commercial Demo
 restriction  : This unregistered version can be freely distributed
 limitations  : Stops receiving from remote control device randomly
 system req.  : Windows 95/98/ME/NT/2000/XP, Delphi 4/5/6/7 or C++Builder 4/5/6
 home page    : http://www.datastead.com
                http://www.datastead.info
 contact      : contact@datastead.com
 support      : support@datastead.com

 order        : visit http://www.datastead.com/


 INSTALL
 -------

 1.  First of all, do not forget to install the ATI Remote Wonder driver and to properly connect the USB receiver.

 2.  If a previous TRemoteControl package is already installed, remove it first:

     - Components | Install Packages,
  
     - click on "DataStead TRemoteControl",

     - click "Remove",

     - click "Yes",

     - click "Ok",

     - search for "TRControl.*" and "RControl.*" files in your Borland directories and delete them, 
       to be sure that old units will not remain in the Delphi or BCB search paths. 


 3. Install the current package:

    - Unzip the archive in a folder of your choice (e.g. c:\RControl). 
      Be sure to unzip the full directory structure (with WinZip check "folders names" ).

    - according to your version of Delphi/C++Builder, copy all the Delphi\*.* or CBuilder\*.* files
      to your \Borland\Delphi\Imports or \Borland\CBuilder\Imports directory.

    - Run Delphi or C++Builder,

    - Select Component | Install packages,

    - Press the "Add" button,

    - Locate the TRControl.bpl file in the Imports directory and select it,

    - Select Open

    - Select Ok

    - Check the Datastead tab in the right of the component palette. The TRemoteControl object should have been added.


  NOTE:
  ----

  If you get a "TRControl.??? file not found" error when compiling or linking your project:


    - Go to Tools | Environment Options | Library, and check that you have";$(DELPHI)\Imports" (for Delphi) or
      ";$(BCB)\Imports" (for C++Builder) in the Library path, otherwise add it at the end of the edit field,

    - Go to Project | Options | Packages, check "Build with runtime package", go to the end of the packages edit field, 
      remove ";TRControl", and then uncheck "Build with runtime package".


 
 ZIPPED PACKAGE:
 --------------
 when unzipping the package, the unzip tool must re-create the package 
 sub-directory tree with several "Delphi..." and "CBuilder..." directories. 
 If you are using WinZip, don't forget to enable the "use folder names" 
 checkbox, otherwise files with same name will overwrite themselves.


 DELPHI 6 AND DELPHI 7 TRIALS: 
 ----------------------------
 The trial versions come with a different DCU format than the real one. 
 You can't use TRemoteControl or other third party components in 
 these trials, otherwise you will get the following error when trying to 
 build the project:
 Access violation at address nnnnnn in module dcc?0.dll read of address nnnnn.
