-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide 32-bit native binary #177
Comments
Hey @Pilzinsel64, that shouldn't be a problem. Build is already published, I just need to go through the dance of getting a virtual machine setup to test this |
Okay, beta works. We've pushed out v5.0.1 of the .NET client, which should work fine on 32 bit Windows. The other SDKs don't have support yet but it'll trickle out in the next few releases on their side unless you're being blocked by another language's SDK |
That was fast, thank you very much! It works fine now. |
Nothing but a pleasure! Thanks for the report! |
Describe the feature request
You're providing 64-bit binary binary. Please also provide a 32-bit binary if possible.
Alternative: Distribute 64-bit libraries also for 32-bit in the
Unleash.Yggdrasil
nuget package.Background
We distribute our applicaitons with win-x86 .NET runtime for several performance and compatibility reasons. However, updating our projects to use Unleash.Client v5.0.0 nuget packages leads to the result that after publishing as win-x86 applicaiton that the native DLL
yggdrasilffi
can not be found. .NET don't copy it to the output when publishing as win-x86 application as it's only available for win-x64 and not for win-x86.Without win-x86 native libraries we would need to stick to the old version, continue maintenance by making a fork of it, or need to switch to win-x64 just for the unleash client.
Solution suggestions
No response
The text was updated successfully, but these errors were encountered: