Post Reply 
New Version: 2015.0427
05-14-2015, 01:30 PM
Post: #29
RE: New Version: 2015.0427
(05-14-2015 09:43 AM)Marcus von Cube Wrote:  the emulator and conn kit install fine under Windows XP but they don't start: CancelloEx in KERNEL32.dll seems to be missing. Is there a workaround?
Hi Marcus,

yes, I've just made a patch for the emulator and the connectivity kit, which allows using them in WinXP.

The 'quick and dirty' method is to use CancelIo instead of CancelIoEx by just overwriting the 2 letters Ex with 2 zero bytes (0x00) (can be done with every hexeditor).
But since this new API function CancelIoEx uses a 2nd parameter (which is always 0 in both programs), it is safer to also remove pushing this 2nd parameter to the stack when calling this function - and that's exactly what my patch does!

I've tried both patched programs on my WinXP partition:
1) the emulator works perfectly!
2) the connectivity kit is also working, only if you use it together with the emulator, then you get a Windows error message whenever you close the connkit or the emulator (there seems to be any other XP incompatibility in Qt5).
So maybe it's better to use the previous connkit version from Dec. 2014, which has no problems in WinXP.

If you want to try it - I've attached my patch for the emulator and connkit:
just unzip the files to your emulator and/or connkit folder and run 'Patch.bat'.
BTW, you can always restore the original (unpatched) versions by simply running 'Patch.bat' again (it works like a toggle).

Regards,
Franz.


Attached File(s)
.zip  PrimeXP_fix.zip (Size: 27.36 KB / Downloads: 15)
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
New Version: 2015.0427 - Tim Wessman - 05-13-2015, 05:48 PM
RE: New Version: 2015.0427 - Gerald H - 05-13-2015, 06:18 PM
RE: New Version: 2015.0427 - toml_12953 - 05-13-2015, 07:40 PM
RE: New Version: 2015.0427 - salvomic - 05-13-2015, 06:39 PM
RE: New Version: 2015.0427 - Tim Wessman - 05-13-2015, 07:21 PM
RE: New Version: 2015.0427 - leprechaun - 05-13-2015, 07:22 PM
RE: New Version: 2015.0427 - leprechaun - 05-13-2015, 07:54 PM
RE: New Version: 2015.0427 - salvomic - 05-13-2015, 09:29 PM
RE: New Version: 2015.0427 - alexzkter - 05-13-2015, 09:53 PM
RE: New Version: 2015.0427 - Voldemar - 05-13-2015, 09:53 PM
RE: New Version: 2015.0427 - Marcio - 05-13-2015, 09:55 PM
RE: New Version: 2015.0427 - Voldemar - 05-13-2015, 10:38 PM
RE: New Version: 2015.0427 - kharpster - 05-13-2015, 10:41 PM
RE: New Version: 2015.0427 - Tyann - 05-13-2015, 11:08 PM
RE: New Version: 2015.0427 - kharpster - 05-13-2015, 11:22 PM
RE: New Version: 2015.0427 - Tyann - 05-13-2015, 11:43 PM
RE: New Version: 2015.0427 - kharpster - 05-13-2015, 11:55 PM
RE: New Version: 2015.0427 - akmon - 05-14-2015, 12:56 PM
RE: New Version: 2015.0427 - Gerald H - 05-14-2015, 05:22 AM
RE: New Version: 2015.0427 - Tyann - 05-14-2015, 05:52 AM
RE: New Version: 2015.0427 - Tyann - 05-14-2015, 10:07 AM
RE: New Version: 2015.0427 - toml_12953 - 05-14-2015, 08:52 AM
RE: New Version: 2015.0427 - Tim Wessman - 05-14-2015, 05:29 PM
RE: New Version: 2015.0427 - Mic - 05-14-2015, 09:04 AM
RE: New Version: 2015.0427 - phgerin - 05-14-2015, 09:43 AM
RE: New Version: 2015.0427 - salvomic - 05-14-2015, 10:09 AM
RE: New Version: 2015.0427 - fhub - 05-14-2015 01:30 PM
RE: New Version: 2015.0427 - Tyann - 05-14-2015, 04:11 PM
RE: New Version: 2015.0427 - CR Haeger - 05-14-2015, 11:34 AM
RE: New Version: 2015.0427 - CR Haeger - 05-14-2015, 09:22 PM
RE: New Version: 2015.0427 - Tim Wessman - 05-15-2015, 02:43 AM
RE: New Version: 2015.0427 - Slowlife - 05-14-2015, 11:41 AM
RE: New Version: 2015.0427 - Archanus - 05-14-2015, 06:12 PM
RE: New Version: 2015.0427 - salvomic - 05-14-2015, 07:44 PM
RE: New Version: 2015.0427 - Tim Wessman - 05-14-2015, 08:06 PM
RE: New Version: 2015.0427 - Archanus - 05-15-2015, 05:57 PM
RE: New Version: 2015.0427 - salvomic - 05-15-2015, 06:21 PM
RE: New Version: 2015.0427 - Thomas_Sch - 05-16-2015, 07:30 AM
RE: New Version: 2015.0427 - fhub - 05-15-2015, 01:37 PM
RE: New Version: 2015.0427 - leprechaun - 05-15-2015, 07:45 PM
RE: New Version: 2015.0427 - salvomic - 05-15-2015, 08:01 PM
RE: New Version: 2015.0427 - dg1969 - 05-15-2015, 08:31 PM
RE: New Version: 2015.0427 - leprechaun - 05-15-2015, 08:53 PM
RE: New Version: 2015.0427 - dg1969 - 05-15-2015, 09:05 PM
RE: New Version: 2015.0427 - parisse - 05-16-2015, 06:17 AM
RE: New Version: 2015.0427 - akmon - 05-16-2015, 03:45 PM
RE: New Version: 2015.0427 - akmon - 05-16-2015, 03:51 PM
RE: New Version: 2015.0427 - salvomic - 05-16-2015, 03:58 PM
RE: New Version: 2015.0427 - akmon - 05-16-2015, 03:58 PM
RE: New Version: 2015.0427 - salvomic - 05-16-2015, 04:06 PM
RE: New Version: 2015.0427 - salvomic - 05-16-2015, 04:23 PM
RE: New Version: 2015.0427 - phgerin - 05-16-2015, 04:58 PM
RE: New Version: 2015.0427 - salvomic - 05-16-2015, 05:05 PM
RE: New Version: 2015.0427 - akmon - 05-16-2015, 10:24 PM
RE: New Version: 2015.0427 - mandresve - 05-16-2015, 10:56 PM
RE: New Version: 2015.0427 - salvomic - 05-17-2015, 08:20 AM



User(s) browsing this thread: 1 Guest(s)