I have a Visual Studio 2017 project which uses the Allegro 5 library. I installed Dr. Memory using the latest .msi installer and followed these instructions to set up my project to work with Dr. Memory. However, when I try to run Dr. Memory, I see a popup which says "The program can't start because allegro-5.0.10-monolith-md-debug.dll is missing from your computer. Try reinstalling the program to fix this problem." In the output window, I see:
WARNING: libraries needed by the application are missing. Check that it runs successfully
on its own and check that all needed libraries are in its directory or on the PATH.
WARNING: application exited with abnormal code 0xc0000135
However, the project runs successfully on its own, and the PATH variable does contain the debug dll. How can I get Dr. Memory to get the dll when running it?