mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Failed to load brotlidec.dll with LoadPackagedLibrary in UWP x86 Release mode
#340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ryancheung on GitHub (Aug 31, 2020).
I use vcpkg to get
brotlidec.dllandbrotlicommon.dll. And I tried to load them in a UWP dotnet project with PInvoke. It failed to loadbrotlidec.dllwithLoadPackagedLibraryin x86 release mode, but it works in x64 release mode, and it also works to loadingbrotlicommon.dllin x86 release mode. It's just odd.Here is a sample project for testing: https://github.com/ryancheung/FreeTypeUWPSample