Replies: 1 comment 1 reply
-
I read about It is also specifically noted in the manual that
Also, I think it is possible for any downstream app to consume ZXing-cpp with an extra wrapper layer, like
and compile the rest of their source files with |
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.
-
Sparked by #708 I looked briefly into the subject of disabling exception handling (
-fno-exceptions
in gcc and clang speak). I see 3 options regarding this subject:zxing-cpp
that allows to disable exception handling for client code with some some major caveats, like only available for the reader API. (relatively easy to implement)Now my question is basically whether option 2 is worth spending time on?
5 votes ·
Beta Was this translation helpful? Give feedback.
All reactions