home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / sharewar / delphi / utility / util1 / popis.txt < prev   
Text File  |  1997-05-12  |  2KB  |  41 lines

  1. Utilita pro vyhledßvßnφ nepou₧φvan²ch DLL.
  2. PC Magazine
  3. ============================================================
  4.  
  5.  
  6.  
  7. FDDLLS helps you find unused DLLs on your system by finding, 
  8. sorting and classifying Windows executable files. FDDLLS can 
  9. list the EXE and DLL files on your system by name, extension 
  10. or reference count. 
  11.  
  12. SETUP
  13. To install FDDLLS, simply copy it to a directory on your hard 
  14. disk, and create an icon for it in Program Manager. Then double 
  15. click on the icon to load the program. 
  16.  
  17. After FDDLLS is started, click on the Scan button to enable 
  18. FDDLLS to search your hard disk for Windows executable files. 
  19. You can specify which disks are to be scanned by clicking on 
  20. the Select disks button. In general, all non-removable disks 
  21. must be scanned for FDDLLS to properly work. 
  22.  
  23. FDDLLS lists the executable files and DLLs in order by name. 
  24. Any EXE or DLL that requires DLLs not found on the machine are 
  25. listed in red. Files with duplicate names are listed in yellow. 
  26.  
  27. REMARKS
  28. Do not delete DLLs that appear to be unused. Instead, move 
  29. suspect DLLs to a directory not listed in the path statement. 
  30. It's not possible for FDDLLS to show all needed DLLs as 
  31. referenced. DLLs loaded at run time such as those used by 
  32. Visual Basic programs will be incorrectly identified as orphans. 
  33. Programs run from CD-ROM drives will also cause false positives. 
  34. Yet another common situation is when you have drivers installed, 
  35. such as those for sound cards or video cards or networks, which 
  36. are not currently in use. 
  37.  
  38. If u delete a DLL which is needed by a program, you will have to 
  39. reinstall that program. A much safer solution is to move DLLs 
  40. that seem to be orphans to a separate subdirectory or to a 
  41. floppy disk. DLLs should never be deleted.