home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / SHWDLL.ZIP / README.DOC < prev    next >
Text File  |  1992-01-05  |  2KB  |  39 lines

  1. This utility lists the DLLs that an EXE or DLL calls. It works with 6f.167.
  2. I haven't yet received 6.167h or 6.177h so I can't be sure that it works with
  3. them.
  4.  
  5. NE, LE, and LX EXE formats are supported (hopefully no more have surfaced
  6. recently <g>).
  7.  
  8. NOTE: To get the fully qualified file path of each DLL, that DLL has to be
  9. loaded. This causes a side effect because when the DLL is loaded there is
  10. no way to bypass running its initialization routine. I have found this to
  11. be a problem only if a DLL creates a PM thread in its initialization
  12. routine (since showdlls.exe is not a WINDOWAPI program).
  13.  
  14. Invoking SHOWDLLS without any command-line parameters gets this:
  15.  
  16. usage: showdlls file-name[.dll] [/a /d /e /l /t]
  17.  
  18.     .exe is the default file-name extension
  19.  
  20.     /a - Show All Dlls (normally common OS2 System Dlls are suppressed)
  21.     /d - Enable Debugging info to the screen
  22.     /e - Expand the Dlls that /a displays
  23.     /l - List the Dlls suppressed if /a is not used
  24.     /t - Tree (For each Dll shown, show its Dlls)
  25.  
  26. If the file-name given on the command-line is not qualified, SHOWDLLS will
  27. try to fully qualify it by searching the path if it is an EXE file or by
  28. using the LIBPATH if it is a DLL.
  29.  
  30. ALSO INCLUDED: dllpath.exe (syntax: dllpath dllname (no extension)) to search
  31.                the LIBPATH for a dll and return the fully qualified path.
  32.  
  33. Any comments, suggestions, bug reports can be sent to my CIS id 72251,750.
  34.  
  35. Hope this utility proves useful.
  36.  
  37. Rick Fishman
  38. Code Blazers, Inc.
  39.