Which DLL is my subroutine in?

Back to Knowledge Base Back to How To

Which DLL is my subroutine in?

A useful command that can be used to tell you things like the actual path to a file or command is the jshow utility. This will also show you which dll a subroutine is located in. Recent enhancements are:

-c option displays the source code file name and compilation time for Basic programs and subroutines (December 1997)
-a option displays all subroutines contained by the specified dll or shared object (January 1998)

Type "jshow -?" for a complete list of options.

Example:

-->jshow SUB1

file: c:\users\jbase\SUB1

subroutine c:\users\jbase\lib\lib0.dll

http://807199.827977/r5/knowledgebase/howto/general/windows/whichdll.htm last modified on 01/15/98 6:03PM