-
Notifications
You must be signed in to change notification settings - Fork 770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh or reopening a dll does not refresh the display #54
Comments
This is caused by the Some possible solutions:
|
Yep, the I'll try to push a fix in the following week. |
This is still an issue, has spent some time closing a dll tab and dragging a dll back - with no changes I thought I was doing something wrong with my code and compiler config. I started using this lib just yesterday mainly because of this feature vs the legacy dependencywalker.exe, which used to hold a lock on file until the app is closed. So this is big for usability. |
+1 for this, just lost an hour trying to figure out why our build was linking against Debug CRT in Release config, just to realize this was only a problem of display and the build was perfectly fine all along... 😞 |
Note: As of 1.10 this seems not to be a problem with import names per se, but still persists to be an issue with delay loading attributes. Cases like this still result in incorrect enumeration:
For what it's worth, it seems like the |
I had the same issue but pressing F5 worked for me. |
I'm running into the same problem, both with Refresh and with closing and reopening the file (only restarting DependenciesGui.exe helps). I don't know how the BinaryCache currently works (or what it does exactly), but does it already check if the timestamp of the cached DLL has changed since its data has been cached? Alternatively, is there a way to disable this BinaryCache feature? |
I have same issue. |
Still an issue I lose an hour of trying to fix my DLL exports with before realizing it was this Dependencies tool being broken... |
…e path fix lucasg#54 lucasg#225 lucasg#231 Refresh or reopening a dll does not refresh the display
I have done a new ticket for @lucasg to migrate this repository into an organization to continuous the development: |
I have found that when using DependenciesGui.exe, the Refresh menu option and also reopening a dll does not refresh the display.
Expected result: I expected to see the different dependencies no showing
Actual result: The previous dependencies still show
Further more closing the tab for that dll (not closing the app)
Then dragging the dll back to the DependenciesGui.exe window, also still shows the old dependencies.
However, closing the DependenciesGui.exe application completely, and then opening the dll does then show the new expected dependencies.
The text was updated successfully, but these errors were encountered: