home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / eXpertDevelopmentKit / README.TXT next >
Encoding:
Text File  |  1998-01-26  |  2.8 KB  |  89 lines

  1. XDK version 1.11
  2.  
  3. *******************************************************
  4. * WELCOME TO THE EXPERT DEVELOPMENT KIT for DELPHI 3! *
  5. *******************************************************
  6.  
  7. One of the most difficult aspects of programming Delphi 
  8. add-ins is that you have to create them non-visually. 
  9. And visually creating things is one of the strongest 
  10. points of Delphi. 
  11.  
  12. The eXpert Development Kit (XDK) enables you to create 
  13. add-ins in a visual way ! The XDK provides a collection 
  14. of native VCL-components and functions that can be used 
  15. in Delphi 3 design-time packages. That way you can 
  16. combine the use of XDK and low-level Open Tools API and 
  17. direct IDE calls with a possibility of on-the-fly 
  18. loading/unloading packages without restarting 
  19. the Delphi IDE.
  20.  
  21. Changes
  22. -------
  23. This version fixed error (from the version 1.1):
  24. "New eXpert Desktop Page registration error"
  25.  
  26. =======================================================
  27.                     INSTALLATION
  28. =======================================================
  29.  
  30. To install the components, start Delphi 3, and select
  31. "Component | Install Packages..." to display the 
  32. "Packages" page in the Project Options dialog.  
  33.  
  34. Install the XDK's design-time packages in order:
  35. XDK.dpl, XD.dpl, XDKdsgn.dpl, XDdsgn.dpl, XDKdemo.dpl.
  36. After this the component palette includes the "XDK" page. 
  37.  
  38. By default, the XDK is installed into the C:\XDK directory.
  39.  
  40. After the XDK components are installed, it is necessary 
  41. to update the library search path in Delphi. 
  42. Add the C:\XDK\BIN\ directory at the end of 
  43. the Library Path.
  44.  
  45. After installation you can see XDK Demo. 
  46. Select "XDK Demo" menu in Delphi IDE for this.
  47.  
  48. =======================================================
  49.                   CONTACTING AUTHOR
  50. =======================================================
  51.  
  52. Author:
  53.         Sergey Orlik
  54.         product manager of Borland Russia
  55. -------------------------------------------------------
  56.  
  57. For more information about eXpert Development Kit and 
  58. other related tools, point your web browser to the 
  59. Sergey Orlik's home page at:
  60.  
  61. http://www.geocities.com/SiliconValley/Way/9006/index.html
  62.  
  63. Fill free to contact with me  
  64. by e-mail: 
  65.  
  66.   sorlik@borland.ru
  67.  
  68. or by snail-mail:
  69.  
  70.   Sergey Orlik,
  71.   Borland Russia, 
  72.   11a, 1st Khvostov pereulok, 109180,
  73.   Russian Federation
  74.  
  75. =======================================================
  76.                   ACKNOWLEDGEMENTS
  77. =======================================================
  78.  
  79. I thank to Thomas Huijer and Dmitry Ramodin for help. 
  80.  
  81.  
  82. =======================================================
  83. Unless otherwise noted, all materials provided in this 
  84. release are 
  85.         Copyright (c) 1996-1997 by Sergey Orlik, Moscow.
  86.  
  87. ============================= END =====================
  88.  
  89.