Replies: 1 comment 1 reply
-
That is correct, the NuGet package contains only the 64-bit dll from the CI build. See this cmake call to replicate it on another system. You would need to get this config setup on your 32-bit compiler. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a x86 ZXing.dll provided anywhere? The Nuget only support x64 builds as I see it. If not a quick explanation on how to build for 32bit systems would be really helpful my project is dependent on some unmanaged 32bit resources so I can't really switch to a x64 architecture.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions