home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kompon / d2345 / MSYSINFO.ZIP / ReadMe.txt < prev    next >
Text File  |  2001-04-23  |  4KB  |  108 lines

  1. MiTeC System Information Component
  2. ==================================
  3. (aka MSystemInfo)
  4.  
  5. Revised: 04/23/2001
  6.  
  7. Legal issues:
  8. -------------
  9.  
  10.               Copyright ⌐ 1997-2001 by Michal Mutl 
  11.               Aubrechtove 3102, 106 00 Praha 10, Czech republic
  12.               <michal.mutl@atlas.cz>
  13.               
  14.               This software is provided 'as-is', without any express or
  15.               implied warranty. In no event will the author be held liable
  16.               for any damages arising from the use of this software.
  17.  
  18.               Permission is granted to anyone to use this software for any
  19.               purpose, including commercial applications, and to alter it
  20.               and redistribute it freely, subject to the following
  21.               restrictions:
  22.  
  23.               1. The origin of this software must not be misrepresented,
  24.                  you must not claim that you wrote the original software.
  25.                  If you use this software in a product, an acknowledgment
  26.                  in the product documentation is required.
  27.  
  28.               2. Altered source versions must be plainly marked as such, and
  29.                  must not be misrepresented as being the original software.
  30.  
  31.               3. This notice may not be removed or altered from any source
  32.                  distribution.
  33.  
  34. Register
  35. --------
  36.       
  37. MSystemInfo is freeware. No registration is needed in this time. But if you find this
  38. component usable and want to support further development you can send some money 
  39. to following account 
  40.  
  41. Swift: KOMB CZ PP (KomerΦnφ banka a.s.) 
  42. Account number: 745 967 02 37 / 0100
  43.  
  44. or to this address
  45.  
  46. ing. Michal Mutl
  47. Aubrechtove 3102
  48. 106 00 Prague 10
  49. Czech Republic.
  50.  
  51. In this case mention your name, address and e-mail and i will send you every new 
  52. version by e-mail.
  53.  
  54.  
  55. Installation:
  56. -------------
  57.  
  58. The zip file has subdirectories in it. You must use the pkunzip -d option
  59. to restore this directory tree or you will have problems because the files 
  60. will not be in their proper subdirectories.
  61.  
  62. This is the subdirectory layout:
  63.  
  64. .\                           Info directory
  65. .\cpl                        Control Panel Applet providing System information overview using this component
  66. .\demos                      Sample applications
  67. .\rtl                        Wanted and missing units from Borland
  68.  
  69.  
  70. DELPHI 5: Info directory contains MiTeC.dpk which is a package source for
  71. all components. Using Delphi, do a file/open, select *.dpk and browse to
  72. the info directory. Select MiTeC.dpk and open it. Then click on the 
  73. Install button. You should see the MiTeC tab on the component gallery.
  74.  
  75. DELPHI 2,3,4: Info directory contains component sources. To install a component file,
  76. do Component/Install, then click on the Add button, then click on the Browse
  77. button and browse to the info directory. Select a component file MSystemInfo.pas and
  78. click on OK. Do it again for all component files and finally click OK button on the
  79. Install Component dialog window. Your library will be rebuilt. You should see the 
  80. tab MiTeC added to your component gallery.
  81.  
  82. Support:
  83. --------
  84.  
  85. If you have some problem or suspicion something bad, send me e-mail to 
  86. <michal.mutl@atlas.cz> describe your problem and attach file generated
  87. by TMSystemInfo.Report. If you cannot obtain this file add following info
  88. to this message: OS platform and version
  89.                  Delphi version
  90.                  MSystemInfo version.
  91. I will process all suggestions but reply only someones.                 
  92.  
  93.           
  94. Known Problems:
  95. ---------------
  96.  
  97. There's problem with device evaluation under Win95 platform, because Microsoft doesn't
  98. provide it in full range as is under other platforms.
  99. Another problem is obtaining cache sizes for some older Intel and Cyrix CPUs. AMD seems to work good.
  100.  
  101. Special thanks to
  102. -----------------
  103.  
  104. - Dirk Knoblauch for sponsoring
  105. - Chris Crowe for beta testing and more suggestions
  106.  
  107.  
  108. Michal Mutl <michal.mutl@atlas.cz>