R – find a QR (quick response) Code component/API for Windows Mobile

compact-frameworkcomponentsqr-codewindows-mobile

I am looking for a 3rd party solution to integrate a QR code reader in Windows Mobile Applications (.NET Compact Framework). The component should integrate Reader (camera) and Decoder (algorithm).

I tried out the QuickMark reader, which can be called outside the application and communicates using Windows Messages. It works quiet well, but doesn't give me every option I need (e.g. it has to be installed etc.).

Are there other good solutions which I may have missed? Anything Open Source? Tested on different devices?

Best Answer

Here is an open source C# port of the Java QR Code library.

Related Topic