Skip to content
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

Exports information never changed when reopen the DLL again #225

Open
tony2u opened this issue Jul 11, 2022 · 0 comments
Open

Exports information never changed when reopen the DLL again #225

tony2u opened this issue Jul 11, 2022 · 0 comments

Comments

@tony2u
Copy link

tony2u commented Jul 11, 2022

  1. Open the DLL and check the exported functions, and then keep the 'Dependencies' program opening status.
  2. Recompile the source code and add some exported functions/do some changes in arguments.
  3. Close the DLL and 'reopen' the DLL again in the 'Dependencies' program.

You can find exported functions dont changed.
but reopen the 'Dependencies' program and load the DLL, now exported functions have changed.

I guess the reason is the cache of exports information forgotten to clear...

@tony2u tony2u changed the title Exports information never cleared when reopen the DLL again Exports information never changed when reopen the DLL again Jul 11, 2022
viruscamp added a commit to viruscamp/Dependencies that referenced this issue May 13, 2024
…e path

fix lucasg#54 lucasg#225 lucasg#231 Refresh or reopening a dll does not refresh the display
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant