bebo / dllcheck

An executable to check if a dll is in used

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dllcheck

An executable that allows you to check if an dll is in used.

We're using this in our InnoSetup to ensure that uninstallation process goes smoothly.

dllcheck.exe <dll_to_check>

License

The source code provided by Pigs in Flight Inc. is licensed under the MIT license.

Different parts of the project are under different licenses depending on their respective origin.

For the full text of the licenses see: LICENSE.txt

About

An executable to check if a dll is in used

License:MIT License


Languages

Language:C++ 78.4%Language:C 21.6%