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

Via StackOverflow: FastMM should check DLL version number #76

Open
jpluimers opened this issue Jul 12, 2019 · 0 comments
Open

Via StackOverflow: FastMM should check DLL version number #76

jpluimers opened this issue Jul 12, 2019 · 0 comments

Comments

@jpluimers
Copy link

From https://stackoverflow.com/questions/22461755/does-calling-fastmm4-logallocatedblockstofile-periodically-use-up-memory-space:

I have tracked this down to be a version mismatch of the support library FastMM_FullDebugMode.dll.

An older version of the library works with the newer version compiled into the executable. There seems to be no check that versions do match. However, modules don't really work together at run-time.

I think it is wise to add a version check so FastMM ensures the DLL is of the same version (or maybe a compatible version, but that makes version checking logic more cumbersome).

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