home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / ruzkomp / EDTOOL.ZIP / READ.ME! < prev   
Text File  |  1997-11-02  |  2KB  |  52 lines

  1. Installation Instructions for edtools
  2. Note if you were using the TpvlDateEdit Components prior to version 2 see version history for important differences
  3. If you are using Delphi 3.xx Please first copy *.DC3 to *.DCU
  4.  
  5. If you are using the source versions and wish to retain the old names
  6. 1) copy edtool.ocr to edtool.dcr
  7. 2) copy dbedtool.ocr dbedtool.dcr
  8. 3) edit edtool.inc and add change the line
  9. {.DEFINE NOPVL}
  10. to 
  11. {$DEFINE NOPVL}
  12.  
  13.  
  14. To Install the Non data-aware Components
  15. 1. Choose the Install option from the component menu.
  16. 2. Press the Add Button
  17. 3. Select EDTOOL.DCU (EDTOOL.OBJ for C++ Builder) changing the path if neccesary.
  18. 4. Press OK Twice.
  19. 5. The components are now installed onto Peter's Components tab of the component selector.
  20.  
  21. To Install the data-aware Components
  22. 1. Choose the Install option from the component menu.
  23. 2. Press the Add Button
  24. 3. Select DBEDTOOL.DCU (DBEDTOOL.OBJ for C++ Builder) changing the path if neccesary.
  25. 4. Press OK Twice.
  26. 5. The components are now installed onto Peter's Components tab of the component selector.
  27.  
  28.  
  29. To Install the Component Help Delphi 2.xx/C++ Builder
  30. (These instructions assume that your copy of Delphi is installed in C:\DELPHI
  31.  If not adjust the paths accordingly)
  32. 1. Copy EDTOOL.KWF to C:\DELPHI\HELP.
  33. 2. Copy EDTOOL.HLP to C:\DELPHI\BIN.
  34. 3. Run HELPINST from your delphi folder.
  35. 4. Use.FILE|OPEN to open C:\DELPHI\BIN\DELPHI.HDX.
  36. 5. Use KEYWORDS|ADD KEYWORD FILE to add C:\DELPHI\HELP\EDTOOL.KWF.
  37. 6. Use FILE|SAVE to Compile and save the new HDX file.
  38. 7. Online help is now installed.
  39.  
  40. To Install the Component Help Delphi 3.xx
  41. (These instructions assume that your copy of Delphi is installed in C:\PROGRAM FILES\BORLAND\DELPHI 3
  42.  If not adjust the paths accordingly)
  43. 1. Load C:\PROGRAM FILES\BORLAND\DELPHI 3\HELP\DELPHI3.CFG in the notepad
  44. 2. Add a Link statement help file to the "Third-Party Help" section of DELPHI3.CFG.
  45. :Link :Link EdTool.hlp
  46. 3. Use FILE|SAVE to safe the new cfg file
  47. 4  Delete the hidden file DELPHI3.GID (This is the portion Borland forgot to tell us)
  48.     cd "C:\PROGRAM FILES\BORLAND\DELPHI 3\HELP"
  49.     attrib -h Delphi3.GID
  50.     del Delphi3.GID
  51. 5. Online help is now installed.
  52.