lucasg / Dependencies

A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
MIT License
8.47k stars 697 forks source link

Refresh not working #231

Closed hupo376787 closed 11 months ago

hupo376787 commented 1 year ago

I put halconxl.dll in the same folder, and refresh it, but Dependencies still reported missing. Restart app not working either. image image

oold commented 1 year ago

I just noticed that the refresh doesn't work in general. I've been using Dependencies to check the exported symbols in DLLs that I'm building and was wondering why some exported functions that I had added before refreshing were missing. Disabling the binary cache fixes that, but then I have to close the tabs before building.

TL;DR: Refreshing the binary view is broken or works in unexpected (and fairly useless) ways.

JYPDWhite commented 1 year ago

I also stumnbled upon this bug. I need to close and reopen DependencieGUI to get the new state of the application I'm inspecting.

pzhlkj6612 commented 1 year ago

Well, it's a known issue. See #54.