Skip to content

WIP: Block exchndl.dll loading for XP/Vista users

mazmazz requested to merge exchndl-xp-fix into master

See #41 (closed) for discussion. Basically, the exchndl.dll bundled with 2.1.21 is too new for XP/Vista users. However, we cannot downgrade exchndl.dll because that would produce invalid RPT reports for our new release builds.

It seems the best option is to disallow exchndl.dll from being loaded if Windows is older than Win7.

This means that XP/Vista users can't produce RPT files, but that userbase appears to be small anyway.

I'm unaware if this means Wine cannot load exchndl.dll either, or whether that even worked in the first place.

Edited by mazmazz

Merge request reports