You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 1.8 release archive, the 32-bit version of tinyxml2.dll is installed in a "bin" subdirectory, while the 64-bit version is missing. This leads to a crash when attempting to open Windows executables.
The text was updated successfully, but these errors were encountered:
… here.
Previously, we were checking for DelayLoad in loadWin32ManifestResource().
This doesn't actually work properly because it takes a reference to
XMLDocument, which means XMLDocument must have been constructed prior
to calling loadWin32ManifestResource().
Check for DelayLoad before calling loadWin32ManifestResource().
This fixes the crash reported in #313: tinyxml2.dll isn't packaged correctly
Reported by @ccawley2011.
In the 1.8 release archive, the 32-bit version of
tinyxml2.dll
is installed in a "bin" subdirectory, while the 64-bit version is missing. This leads to a crash when attempting to open Windows executables.The text was updated successfully, but these errors were encountered: