Skip to content

v1.51

Choose a tag to compare

@datadiode datadiode released this 29 Sep 06:45
· 13 commits to main since this release
  • SFX: Load the cabinet.dll explicitly specifying its full path, to thwart possible DLL hijacking attacks.
  • Rework font handling: Create font handles once for all when the main dialog receives WM_SETFONT.
  • Replace IDC_HAND1 cursor with stock IDC_HAND cursor (may fail in pre-98/2000 but hey).
  • Allow to set a Windows version number between 4.0 and 10.0 as a minimum requirement to run the SFX.
  • Cosmetic: Further flicker reduction.