The Rust binding cannot run normally. #832
-
When running the following program, an error is reported. https://github.com/zxing-cpp/zxing-cpp/tree/master/wrappers/rust OS: Windows11 cargo run --features=bundled,image --example demo_writer
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
You have to enable symbolic link creation in your windows / git setup. See here: https://stackoverflow.com/a/59761201/237059 Also, have you tried simply using the published crate on crate.io? I believe that should work either way. |
Beta Was this translation helpful? Give feedback.
-
@axxel
|
Beta Was this translation helpful? Give feedback.
-
I created a new project that only depends on zxingcpp. An error occurred during compilation on Windows. |
Beta Was this translation helpful? Give feedback.
-
Has this issue been fixed? @axxel |
Beta Was this translation helpful? Give feedback.
-
Closing this discussion as it was actually an issue report. Unclear whether this is fixed now, due to lack of feedback from the OP. |
Beta Was this translation helpful? Give feedback.
I just published the 0.4.1. crate that hopefully fixes the issue for you. If it works for you know, please let me know.