-
Notifications
You must be signed in to change notification settings - Fork 59
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
Error when compiling on Windows #24
Comments
I can reproduce the problem on a Windows 11 x64 virtual machine with rustc 1.60.0 and Pdfium 105.0.5117.0. You are right that the underlying problem is the same, although it's not specific to It's these calls to |
On Linux and macOS, a call to Adjusted |
Updated documentation. Bumped crate version to 0.7.5. Published to crates.io. |
Please update to crate version 0.7.5 and confirm that the problem persists. |
Yes, the problem is fixed! Thank you very much for your work |
Excellent. Hopefully this gives you everything you need to complete your project. |
There is one more problem, I'm opening an issue for it now |
running these two programs seems to give a compile error on windows
since create_text_object() use translate() method in its definition I'm assuming that both errors are in fact the same.
both programs compile fine on WSL
It is worth mentioning that opening a file, removing text objects from it and saving the edited version worked fine. probably because we didn't need to use translate() method.
The text was updated successfully, but these errors were encountered: