JanusW.Zip
==========
Version: 1.31
Release: 05/16/94

For (some <g>) documentation see JanusW.Hlp.

I've tried to include no overhead in JanusW.Zip, thus there are no
RES and EXE files in it. Unzip all files into one directory and use
COMPILE.BAT to generate the .Res and .Exe files! Furthermore there
are no pascal units in JanusW that may be generated from VBX files:
for example the pascal unit for THREED.VBX is >80kB pascal source,
you can generate this file at any time with VbxInfo!

Files in JanusW:

| COMPILE.BAT     - This file compiles the demo programs. EXE files are no longer
                    included to miminize download time
  ReadMe.Txt      - This file
  JanusW.Hlp      - help file and documentation
  DialogWn.Pas    - main unit
  DynLink.Pas     - dynamically link to DLLs
  Debug.Pas       - route output to debug terminal or DbWin
| Vbx.Pas         - Vbx interface unit (needs BIVBX10.DLL)
| VbxInfo.Pas     - generate pascal units from VBX files
| VbxDemo.Pas/Rc  - VBX demo, requires BIGAUGE.VBX and THREED.VBX
| VbxDemo2.Pas/Rc - another VBX demo, requires THREED and GRID
  DlgTest.Pas     - general test program for MDI/Dlgs
  DlgTest.Rc
  DlgTest.Inc
  DlgTest.Res
  MinMdi.Pas      - minimal MDI program with dialogs
  MinMdi.Rc
  MinMdi.Res

The main purpose of the files in the JanusW library to  use dialogs as MDIchild
windows  and  to  handle  the  loading/use  of  BWCC and Ctl3D. However,
tDialogWindows may be used as normal dialogs as well (instead of tDialog
and tDlgWindow).

VBX special note:
=================

- use VbxInfo.Exe to generate pascal units from your VBX controls.
- don't complain if the Vbx demos don't work for you: you need the BIGAUGE.VBX
  from Borland C 4.0 and THREED.VBX/GRID.VBX from whatever - I guess VC++ or VB.
  Beware: there seem to exist different GRID.VBX controls.

             Peter Sawatzki (PS)
             Buchenhof 3, D 58091 Hagen, Germany Fed Rep
 CompuServe: 100031,3002

  Copyright (c) 1994 Peter Sawatzki. All Rights Reserved.

