윈도우 디팬던시 트러블 슈팅 해결 툴 (Window dependency tool)

2023. 3. 29. 00:20코딩/잡 공부

윈도우 디팬던시 트러블 슈팅 해결 툴 (Window dependency tool)

 

 

GitHub - lucasg/Dependencies: A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load

A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues. - GitHub - lucasg/Dependencies: A rewrite of the old legacy softwar...

github.com

 

윈도우 디펜던시 트러블 슈팅

 

  • 예시
    • .exe 파일 실행시 ~.dll 파일이 없다고 뜨는 경우
    • 윈32 프로그램 - 64비트 프로그램 실행 혼동
    • 파이썬 동적 라이브러리 적용이 안됨

→ 이 것을 해결하는 똑똑한 녀석

  • 설치
    • 깃 받고 - DependenciesGui.exe 실행
  • 사용법
    • 해당 파일 드래그엔 드롭

dll 파일이 없으면 빨간 줄로 뜸