Tagged Questions

4
votes
3answers
8k views

Does anyone know of a C/C++ Unix QR-Code library?

I'm looking for a QR-Code library for C/C++, not Java or .Net please. Anyone knows of one? Note: There was a similar question a while back however but it didn't get answered properly.
1
vote
1answer
226 views

Problems with implementing QRCodeReader (ZXing)

So I've followed the steps mentioned here: http://zxing.googlecode.com/svn/trunk/iphone/README And I made sure everything is alright but yet my QRCodeReader isn't being recognized in myVC.mm file. ...
1
vote
2answers
343 views

What library should I use to get the data from a photo of a QR Code?

Similar: Does anyone know of a C/C++ Unix QR-Code library? I tried libqrencode but apparently it's only able to generate a QR-Code. However, I need a library that reads the data from a photo of a ...
1
vote
1answer
1k views

QrCode C/C++ API For Windows

I have looked after, without luck, a free C/C++ API for Windows that can be used in a project I am about to start. There are libraries for Java and C# but the fact is there is no one for C/C++. I need ...
0
votes
0answers
108 views

QR Decoder based on zxing CPP QR decoder

I'm trying to use the cpp port of the QR encoder. I'm getting the following error when I'm trying to decode it: Global binarizer failed: Expected: Detected: zxing::IllegalArgumentException: Too ...
0
votes
2answers
46 views

Trouble with adding C++ objects to Objective C collections (NSSet)

I'm busy implementing ZXing with a QRCodeReader into my project. QRCodeReader is mainly C++ and my project objective-C. I have managed to implement it properly so I can use the QRCodeReader objects ...