nalexandru / BlenderCompat

Windows 7 support for Blender 3.x and newer
BSD 3-Clause "New" or "Revised" License
248 stars 23 forks source link

Feature Request: Create program what automaticly will patch blender #9

Open Timtaran opened 2 years ago

nalexandru commented 2 years ago

In order to patch the executable to work on 7, the import table needs to be modified so that it loads this library instead of the real user32.dll. This has the potential to cause stability issues with Blender.

The current implementation makes the change at compile time thus no executable hacking is required and will not cause stability issues.