On Feb 7, 2013, at 12:45 PM, Jens Alfke wrote:
>
> On Feb 7, 2013, at 4:02 AM, Uli Kusterer wrote:
>
>> Just a short reminder: That code is LGPL, so don't just compile it into your
>> application, only link against it as a dylib/framework, and be sure to
>> include the requisite license fil
On Feb 7, 2013, at 4:02 AM, Uli Kusterer wrote:
> Just a short reminder: That code is LGPL, so don't just compile it into your
> application, only link against it as a dylib/framework, and be sure to
> include the requisite license files.
But you can’t do that (use dylibs) on iOS. Has anyone
coa-dev-bounces+rufataa=agbank...@lists.apple.com [mailto:
> cocoa-dev-bounces+rufataa=agbank...@lists.apple.com] On Behalf Of Uli
> Kusterer
> Sent: Thursday, February 07, 2013 4:02 PM
> To: Alex Zavatone
> Cc: Cocoa List
> Subject: Re: QR code reader/generator SDK
>
> J
: QR code reader/generator SDK
Just a short reminder: That code is LGPL, so don't just compile it into your
application, only link against it as a dylib/framework, and be sure to include
the requisite license files.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywher
Just a short reminder: That code is LGPL, so don't just compile it into your
application, only link against it as a dylib/framework, and be sure to include
the requisite license files.
Cheers,
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
On Feb 7, 2013, a
On Feb 6, 2013, at 21:49 , "Rufat A. Abdullayev" wrote:
> I have a task for creating QR reader/generator and I would like to ask you an
> advice is there any free QR codes SDK that do it well and quick for all iOS
> devices (including iPhone 5) ?
I use ZBar.
--
Rick
___
Ahh, it's late. Yes, zbar, not zlib.
Thanks for catching that.
#import "ZBarSDK.h"
http://zbar.sourceforge.net/
"ZBar is an open source software suite for reading bar codes from various
sources, such as video streams, image files and raw intensity sensors. It
supports many popularsymbologies
For bar code scanning, I remember zlib was used last year. Don't recall if it
also supported QR codes at that time.
On Feb 7, 2013, at 12:49 AM, Rufat A. Abdullayev wrote:
> Hello dear members
>
> I have a task for creating QR reader/generator and I would like to ask you an
> advice is there