VerySleepy / verysleepy

Very Sleepy, a sampling CPU profiler for Windows
http://www.codersnotes.com/sleepy
GNU General Public License v2.0
1.07k stars 105 forks source link

cannot find dbghelpdr.dll from a recent binary release of Very Sleepy #32

Closed doneykoo closed 8 years ago

doneykoo commented 8 years ago

According to the readme.md:

If you do not want to build Dr. MinGW's DbgHelp from source, you can place dbghelpdr.dll from a recent binary release of Very Sleepy (or Dr. MinGW, where it will be called mgwhelp.dll) into the dbghelp_x86 and dbghelp_x64 directories appropriately.

But I cannot find dbghelpdr.dll from a recent binary release of Very Sleepy (0.90, nor 0.82)

CyberShadow commented 8 years ago

Sorry, that is only from 0.91 onwards... there are some binary releases posted in the issues here, e.g. here.

doneykoo commented 8 years ago

thanks a lot @CyberShadow