Hi, I released KDW. * Introduction * KDW is Known DLL wrappers and support tools package. It helps you can run some software designed for XP. * The KDW mechanism * software A.exe > kernel32.GetModuleHandleExA -> x Windows 2000 kernel32.dll software A.exe > kernel32.GetModuleHandleExA -> o Windows XP kernel32.dll software A.exe > kernel32.GetModuleHandleExA -> o KDW kernel32.dll -> Windows 2000 kernel2k.dll(renamed from kernel32.dll) for example Windows Media Player 10 KD
Last month I updated my ExtendAPI program, and now I'm able to use it to play at least one XP-only game on Win2k without having to patch anything (Overlord). I've posted the new version of ExtendAPI, and here is a link for anyone inclined to play with it. http://www.mediafire.com/download.php?ozlmwgyu54o ExtendAPI is a little experiment of mine. I wanted to see if I could write a program that could live in the system tray and automatically reroute imports of Windows API calls that aren't normall