Dynamic-link library or DLL are core of Windows OS and there are lots of files linked to dll, exe and ocx files. DependsChecker is a freeware application which is developed to find which all dll / exe / ocx in a folder uses a particular dll. To check for dependencies, all you need is to specify the folder and select the dll, the application will list out all the files in that folder linked to the particular dll.
Upon clicking the Start button, the list control starts’ populating the Dll, OCX and EXE’s that uses the specified dll. Please note that this application will not list dynamic dependencies and so we cannot enter ocx or COM dll as “Dll Name”. When the start button is clicked, the application loop through each Dll, OCX and EXE’s in the specified folder. It opens each binary, parse the PE (Portable Executable) file format.