404notfound Posted April 1, 2017 Posted April 1, 2017 Hai guise, https://github.com/MyTDT-Mysoft/DllCompat This is an opensource project meant to make dll wrappers for Vista+ APIs in Windows XP, not unlike the old project AlkyForApplications. Currently provided dlls are: advapi3x, kernel3x, msvcrx, opengl3x, powrprox, shell3x, vcruntime140, ws2_3x Usage: Firstly, put dlls in your windows folder. Next, your application will likely be NT6 app so you need to patch exe header with CFF Explorer, to allow it to run in XP. This patching is not needed for any dlls. Currently, there is no fancy patcher or compatibility settings mode. You have to manually inspect your application exe and dlls it depends on with DependencyWalker. Next, you take all exes and dlls with missing imports and import them into CFF Explorer. Go to Import Directory and replace bad dll import with our version. Check edited exes/dlls against DependencyWalker again. Contributions and reports are most welcome. 2
jaclaz Posted April 1, 2017 Posted April 1, 2017 Nice. And it is good to know that it is developed in FreeBasic. jaclaz 1
Dibya Posted April 1, 2017 Posted April 1, 2017 9 minutes ago, jaclaz said: Nice. And it is good to know that it is developed in FreeBasic. jaclaz
Recommended Posts