views:

793

answers:

3

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?

A: 

Did you try this one: QRCode .NET Compact Framework Package ?

aku
What I need is a QR code *Reader*. On first look this library can only generate codes on mobile devices. What I'm looking for should read codes using the camera and return a string to my app.
splattne
+2  A: 

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

Arktronic
A: 

try qrcodedecodedll at http://www.aipsys.com.

Thank you for the link. It's QRCode encodig and decoding. No camera/live function though...
splattne