|
The crack will only work on Windows XP. RestoreLastError does not exist in older Windows versions, it is called SetLastError there.
Solution: open the exe with a hex editor and change RestoreLastError to SetLastError. I think there is a tool floating around that can do this for you, but I have never used it.
|