compact framework - Where can I find a QR (quick response) Code component/API for Windows Mobile? -


i looking 3rd party solution integrate qr code reader in windows mobile applications (.net compact framework). component should integrate reader (camera) , decoder (algorithm).

i tried out quickmark reader, can called outside application , communicates using windows messages. works quiet well, doesn't give me every option need (e.g. has installed etc.).

are there other solutions may have missed? open source? tested on different devices?

here open source c# port of java qr code library.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -