View Single Post
  #22  
Old 12-10-2005, 15:50
michi90 michi90 is offline
Junior Member
 
Join Date: Oct 2005
Location: Baltic Sea
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
michi90 is on a distinguished road
I' m not a programmer.
I play Sniper Elite on a Windows ME System.
The GWC fixed exe doesn't work (yes, it's only for XP).

As The-S-Owl already wrote you must change 'RestoreLastError'
to 'SetLastError' with a hex editor.
I've done it and it works on my ME system.
I can play without the DVD.

I use code-genie (use google).

It's important that the end of the line looks like this:

....SetLastError........In (this is working)

....SetLastError....Initia (not working)

....RestoreLastError....In (original from GCW)

I don't know if this works also for 2k (but probably).

I am not sure about, but maybe it's necessary to install
Microsoft.NET Framework 1.1 to make it run.
Reply With Quote