- Thread starter
- #21
you know that MP is written in c#, right?If you use Delphi
you know that MP is written in c#, right?If you use Delphi
Yes, all the time, and it works up to 10 windows (Free Pascal, Delphi).have you ever tried that
Local $sVar = RegRead("HKEY_LOCAL_MACHINE64\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\Results\Install", "LastSuccessTime")
MsgBox(0,0, "last updated:" & $sVar)
I do not know the nuances of C #. Therefore, I could be wrong.you know that MP is written in c#, right?
w10 doesn't have this registry entry - i assume because winUpdate function is somewhat ... weird in w10.up to 10 windows
So it's a wrapper over function. Since it works. In MePoTools have a code to receive information about the version of windows. Tested at 10, everything is fine.w10 doesn't have this registry entry
On MSDN - RegOpenKeyEx with atribute KEY_WOW64_64KEY - But it's clean WinAPIshow me any entry of HKEY_LOCAL_MACHINE64 on MSDN.
I do not know about it. When problem occurred, I suggested that maybe it will help. Moreover, the utility and the MP are different things.yes, MP uses this KEY_WOW64_64KEY since ages (since x64 windows appeared on the market). That is why i don't understand what do you want to do with your HKEY_LOCAL_MACHINE64 as everything works properly on MP side.