Re: QR code reader/generator SDK

2013-02-07 Thread davelist
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

Re: QR code reader/generator SDK

2013-02-07 Thread Jens Alfke
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

Re: QR code reader/generator SDK

2013-02-07 Thread Ahmet Karalar
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

RE: QR code reader/generator SDK

2013-02-07 Thread Rufat A. Abdullayev
: 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

Re: QR code reader/generator SDK

2013-02-07 Thread Uli Kusterer
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

Re: QR code reader/generator SDK

2013-02-07 Thread Rick Mann
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 ___

Re: QR code reader/generator SDK

2013-02-06 Thread Alex Zavatone
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

Re: QR code reader/generator SDK

2013-02-06 Thread Alex Zavatone
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