Dependencies icon indicating copy to clipboard operation
Dependencies copied to clipboard

A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.

Results 119 Dependencies issues
Sort by recently updated
recently updated
newest added

Can you add the function of automatically copying dependent files?Just like Qt's windeployqt.exe command line tool。 https://doc.qt.io/Qt-5/windows-deployment.html The Windows deployment tool windeployqt is designed to automate the process of creating...

enhancement

I have several DLL's which come up in a different capitalization than they are on the actual drive. For example GdiPlus.dll is reported as gdiplus.dll. It results in such an...

Opening `C:\Python27\Lib\site-packages\_cffi_backend.pyd` in GUI shows only MSVCR90.dll missing (this is expected because of #3). `Dependencies.exe -modules C:\Python27\Lib\site-packages\_cffi_backend.pyd` gives errors: [NOT_FOUND] MSVCR90.dll : [NOT_FOUND] GPSVC.dll : [NOT_FOUND] api-ms-win-core-winrt-string-l1-1-0.dll : [NOT_FOUND] api-ms-win-core-winrt-error-l1-1-0.dll...

![20190327101214](https://user-images.githubusercontent.com/6070257/55045555-1b40b080-5079-11e9-9c30-4ba3813b1f38.png)

This .NET application has recursive dependencies (somehow). It would be easier to create a full tree structure if these recursive dlls were marked or ignored. ![Screenshot (31)](https://user-images.githubusercontent.com/37712025/55587746-12478300-56fa-11e9-86a2-18a2b19ca4f3.png)

Those should be shown with a 'missing' icon, like native DLLs.

Need to ensure that private lib directories are searched BEFORE finding the same lib in the user's windows PATH.

Hello, I am using v1.9 of Dependencies and launching DependenciesGui. I seem to be having 2 issues: 1. the parent import list: should it be the same as with the...

I have all the DLLs of my dependencies in a single folder, which is part of the user PATH. This way, they are available everywhere and I can run all...

help wanted

Would it be possible to create a Chocolatey package for Dependencies?

enhancement