윈도우 디팬던시 트러블 슈팅 해결 툴 (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 파일이 없으면 빨간 줄로 뜸
'코딩 > 잡 공부' 카테고리의 다른 글
구글 플레이 Developer API로 apk / aab 업로드 (0) | 2023.03.29 |
---|---|
윈도우 서비스 등록, 관리 자동화 툴 소프트웨어 프로그램 NSSM 설치 실행 설명 및 사용법, 스케줄링 쉽게 하는 법 (0) | 2023.03.29 |
FastAPI에 모델 (Model) 적용 (0) | 2023.03.29 |
게임과 웹의 캐시 패턴 차이점 (0) | 2023.03.29 |
FastAPI로 CRUD, ORM sqlalchemy 사용, 캐쉬 예시 예제 (0) | 2023.03.28 |