Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Defrag Tools: #14 - WinDbg - SOS
Nov 21, 2012 at 7:04 AM@windev: Will do. Thanks
Defrag Tools: #14 - WinDbg - SOS
Nov 20, 2012 at 2:42 PM@windev: Andrew - I just downloaded the new ProcDump 5.1 and it throws this exception when I try and run it: "Entry Point Not Found - The procedure entry point RegGetValueW could not be located in the dynamic link library ADVAPI32.dll.". I have tried it on 4 different Windows XP x86 PCs and each gave the same error. They all seem to run 5.0 fine.
I did some searching and it looks like RegGetValue() is only available on Win XP x64, Vista, and newer, so that might be the problem (MSDN link below). It worked fine on the Win 7 x86 and x64 PCs I tried it on. Did you update the code used to read the EulaAccepted value out of "HKEY_CURRENT_USER\Software\Sysinternals\ProcDump"?
RegGetValue function (Windows)
http://msdn.microsoft.com/en-us/library/windows/desktop/ms724868%28v=vs.85%29.aspx