quote:
Originally posted by Chris4
After searching Google for a while, here's what I've come up with...
/snip/
Don't do this. What you're reading is people who don't really understand what's happening and are guessing. And really, even if you were to successfully manage to copy over these files, Windows will just automatically replace it with the correct version.
Let me translate the error message for you into English. It's saying that the IsWow64Process function can't be found in Kernel32.dll. Why can't it be found? Because the function didn't exist prior to Windows XP Service Pack 2 or Windows Server 2003 Service Pack 1.
As such, if an application attempts to access this function on Windows versions prior to these, you will get the error.
Arbitrary copying over Windows system files from any old place on the web isn't going to solve the problem.
One cannot answer a question correctly if one does not understand the question, or in this case, the problem.