home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D3 / EDTOOL.ZIP / READ.ME! < prev   
Text File  |  1998-10-07  |  3KB  |  57 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 4.xx Please first copy *.DC4 to *.DCU
  4. If you are using Delphi 3.xx Please first copy *.DC3 to *.DCU
  5. If you are using Delphi 2.xx Please first copy *.DC2 to *.DCU
  6. If you are using Delphi 1.xx Please first copy *.DC1 to *.DCU and *.C16 to *.DCR
  7. The help file works with Delphi 1 as long as you are using Win 95 or NT,
  8. not 3.1 as your development environment.
  9.  
  10. If you are using the source versions and wish to retain the old names
  11. 1) copy edtool.ocr to edtool.dcr
  12. 2) copy dbedtool.ocr dbedtool.dcr
  13. 3) edit edtool.inc and add change the line
  14. {.DEFINE NOPVL}
  15. to 
  16. {$DEFINE NOPVL}
  17.  
  18.  
  19. To Install the Non data-aware Components
  20. 1. Choose the Install option from the component menu.
  21. 2. Press the Add Button
  22. 3. Select EDTOOL.DCU (EDTOOL.OBJ for C++ Builder) changing the path if neccesary.
  23. 4. Press OK Twice.
  24. 5. The components are now installed onto Peter's Components tab of the component selector.
  25.  
  26. To Install the data-aware Components
  27. 1. Choose the Install option from the component menu.
  28. 2. Press the Add Button
  29. 3. Select DBEDTOOL.DCU (DBEDTOOL.OBJ for C++ Builder) changing the path if neccesary.
  30. 4. Press OK Twice.
  31. 5. The components are now installed onto Peter's Components tab of the component selector.
  32.  
  33.  
  34. To Install the Component Help Delphi 2.xx/C++ Builder
  35. (These instructions assume that your copy of Delphi is installed in C:\DELPHI
  36.  If not adjust the paths accordingly)
  37. 1. Copy EDTOOL.KWF to C:\DELPHI\HELP.
  38. 2. Copy EDTOOL.HLP to C:\DELPHI\BIN.
  39. 3. Run HELPINST from your delphi folder.
  40. 4. Use.FILE|OPEN to open C:\DELPHI\BIN\DELPHI.HDX.
  41. 5. Use KEYWORDS|ADD KEYWORD FILE to add C:\DELPHI\HELP\EDTOOL.KWF.
  42. 6. Use FILE|SAVE to Compile and save the new HDX file.
  43. 7. Online help is now installed.
  44.  
  45. To Install the Component Help Delphi 3.xx
  46. (These instructions assume that your copy of Delphi is installed in C:\PROGRAM FILES\BORLAND\DELPHI 3
  47.  If not adjust the paths accordingly)
  48. 1. Load C:\PROGRAM FILES\BORLAND\DELPHI 3\HELP\DELPHI3.CFG in the notepad
  49. 2. Add a Link statement help file to the "Third-Party Help" section of DELPHI3.CFG.
  50. :Link :Link EdTool.hlp
  51. 3. Use FILE|SAVE to safe the new cfg file
  52. 4  Delete the hidden file DELPHI3.GID (This is the portion Borland forgot to tell us)
  53.     cd "C:\PROGRAM FILES\BORLAND\DELPHI 3\HELP"
  54.     attrib -h Delphi3.GID
  55.     del Delphi3.GID
  56. 5. Online help is now installed.
  57.