News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

update of dbghelp.dll

Started by ToutEnMasm, September 18, 2011, 06:24:13 PM

Previous topic - Next topic

ToutEnMasm


Made a batch with this lines
Quote
copy dbghelp.dll "C:\WINDOWS\system32\dllcache"
copy dbghelp.dll "C:\WINDOWS\system32"

copy dbgeng.dll "C:\WINDOWS\system32\dllcache"
copy dbgeng.dll "C:\WINDOWS\system32"
pause
Run windows in without failure mode
Run the batch