Reggen(R) version 1.1
Copyright (C) 1995 CompuBridge, Inc.		 
All Rights Reserved

What's new
1. A new function CheckCryptLib() is added.  Call this function at start of program.
   If someone try to replace crypt with their own, this function will fail.  
2. Function BOOL CheckPassWord(LPSTR szName, LPSTR szCode) has been changed.  The 
   comparison is done inside program.  It makes difficult to intercept function call.
3. Delphi support file is generated.

*** INSTALLATION ***

Installation with the SETUP program:

If you received Reggen on a disk with the file SETUP.EXE, start
the SETUP program as follows:  insert the Reggen distribution disk
in your floppy drive.  From the Windows Program manager choose Run
from the File menu, type a:\setup, and press the enter key.

Installation without the SETUP program:

Reggen is distributed on BBS systems without a SETUP program for
faster downloads.  If you received Reggen without the file
SETUP.EXE, follow this easy one-time installation procedure:

1) Create a directory to hold the Reggen related files.  The
recommended directory name (used in the following instructions) is
"C:\Reggen".

2) Copy all Reggen-related files to this directory.  At a minimum
you need the following files:  Reggen.EXE, crypt.DLL and Reggen.HLP.

3) Add reggen to a group by choose File/New

That's all there is installing Reggen. 

Remember that while Reggen is active, online help is always
available by click the Help button.

*** REQUIREMENTS ***

This program requires Windows 3.1 or Windows for Workgroups.  

The Reggen 1.1  package consists of the following files:

CRYPT.DLL    required dynamic link library
CRYPT.LIB    link library for crypt.dll
CTL3DV2.DLL  
FILE_ID.DIZ  brief description for bulletin boards
LICENSE.TXT  license agreement/warranty disclaimer
ORDER.TXT    order form
README.TXT   introductory information
Reggen.EXE   required executable
Reggen.HLP   complete documentation in windows help format
VENDOR.TXT   information for Shareware Distributors/Disk Vendors

Test file for C program
TEST.CPP     sample code file
TEST.DEF     sample code file
TEST.RC      sample code file
TEST.RH      sample code file
TEST.IDE     IDE file for Borland 4.*
TEST.MAK     makefile for VC++ 1.5
You need all those file, plus the checkpw.h and checkpw.pas to make the EXE file

Test file for DELPHI program
TEST.DPR
TEST.OPT
TESTCRY.DFM
TESTCRY.PAS
You need all those file, plus the checkpw.pas and checkpw.pas to make the EXE file

If you did not receive all these files please contact the author
via electronic mail to 76223,2060 on CompuServe, 
76223,2060@compuserve.com on Internet, or by sending postal mail to
CompuBridge, Inc. 9423 Fontainebleau Blvd. #108, Miami, FL 33172.

