Reggen(R) version 2.0
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 and Visual basic 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 2.0  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
c.zip
delphi.zip
basic.zip

Test file for C program
c.Zip
	ABOUT.C 	 sample code file
	TEST.C       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.*
You need all those file, plus the checkpw.h, checkpw.c, crypt.lib to make test.EXE file

Test file for DELPHI program
delphi.zip
	ABOUT.DFM
	ABOUT.PAS
	ABOUT1.DFM
	ABOUT1.PAS
	MAIN.DFM
	MAIN.PAS
	REGISTER.DFM
	REGISTER.PAS
	TEST.DPR
	TEST.OPT
	TEST.RES
You need all those file, plus the checkpw.pas to make test.EXE file

Test file for Visual basic program
basic.zip
	ABOUT.FRM
	ABOUT1.FRM
	GLOBAL.BAS
	MAIN.FRM
	REGISTER.FRM
	TEST.MAK
You need all those file, plus the checkpw.bas to make test.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.

