-
Notifications
You must be signed in to change notification settings - Fork 78
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
Windows stringzillite might be broken #185
Comments
@ashbob999, I won't be surprised. I've tried dozens of patches until I've passed the CI for existing targets, and those were not guided by some deep understanding - trial and error at its worst. You must be much more experienced with DLL packaging for Windows and help would be appreciated 🤗 |
I wouldn't say I'm that experienced, but I know some things. For these changes: Were these just trial and error to get it to build, or from external build issues? |
It was research-driven, but took multiple attempts 😄 |
I could be wrong, but here's my understanding of what has caused this.
Now I do think the solution to #178 was correct, by adding the And as for why these functions weren't being called from the rust library, I have a hunch that they were there but either maybe rust inserts a custom |
Describe the bug
I think after #181, the stringzillite dll may have been broken.
The addition of the static lib changes, might have made the dll dependent on other dlls.
I have not tested this, but I'm quite sure the problem exists and can look into it when I get chance.
Steps to reproduce
Build the stringzillite dll on windows.
Expected behavior
The dll Is completely standalone.
StringZilla version
3.10.5
Operating System
Windows 10
Hardware architecture
x86
Which interface are you using?
C implementation
Contact Details
No response
Are you open to being tagged as a contributor?
.git
history as a contributorIs there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: