home *** CD-ROM | disk | FTP | other *** search
- Installation Instructions for edtools
- Note if you were using the TpvlDateEdit Components prior to version 2 see version history for important differences
- If you are using Delphi 3.xx Please first copy *.DC3 to *.DCU
-
- If you are using the source versions and wish to retain the old names
- 1) copy edtool.ocr to edtool.dcr
- 2) copy dbedtool.ocr dbedtool.dcr
- 3) edit edtool.inc and add change the line
- {.DEFINE NOPVL}
- to
- {$DEFINE NOPVL}
-
-
- To Install the Non data-aware Components
- 1. Choose the Install option from the component menu.
- 2. Press the Add Button
- 3. Select EDTOOL.DCU (EDTOOL.OBJ for C++ Builder) changing the path if neccesary.
- 4. Press OK Twice.
- 5. The components are now installed onto Peter's Components tab of the component selector.
-
- To Install the data-aware Components
- 1. Choose the Install option from the component menu.
- 2. Press the Add Button
- 3. Select DBEDTOOL.DCU (DBEDTOOL.OBJ for C++ Builder) changing the path if neccesary.
- 4. Press OK Twice.
- 5. The components are now installed onto Peter's Components tab of the component selector.
-
-
- To Install the Component Help Delphi 2.xx/C++ Builder
- (These instructions assume that your copy of Delphi is installed in C:\DELPHI
- If not adjust the paths accordingly)
- 1. Copy EDTOOL.KWF to C:\DELPHI\HELP.
- 2. Copy EDTOOL.HLP to C:\DELPHI\BIN.
- 3. Run HELPINST from your delphi folder.
- 4. Use.FILE|OPEN to open C:\DELPHI\BIN\DELPHI.HDX.
- 5. Use KEYWORDS|ADD KEYWORD FILE to add C:\DELPHI\HELP\EDTOOL.KWF.
- 6. Use FILE|SAVE to Compile and save the new HDX file.
- 7. Online help is now installed.
-
- To Install the Component Help Delphi 3.xx
- (These instructions assume that your copy of Delphi is installed in C:\PROGRAM FILES\BORLAND\DELPHI 3
- If not adjust the paths accordingly)
- 1. Load C:\PROGRAM FILES\BORLAND\DELPHI 3\HELP\DELPHI3.CFG in the notepad
- 2. Add a Link statement help file to the "Third-Party Help" section of DELPHI3.CFG.
- :Link :Link EdTool.hlp
- 3. Use FILE|SAVE to safe the new cfg file
- 4 Delete the hidden file DELPHI3.GID (This is the portion Borland forgot to tell us)
- cd "C:\PROGRAM FILES\BORLAND\DELPHI 3\HELP"
- attrib -h Delphi3.GID
- del Delphi3.GID
- 5. Online help is now installed.
-