QRCode generator

Hi, Im looking for a QRCode generator that i could use in my DESKTOP application.
Or a mtehod i could use my ip printer with iOS.

MBS Barcode (also for QR & Co.)

Thank you

We also have QRCode, and Barcode generators as well as readers for Xojo at http://www.einhugur.com

… and AppleLib features many CIFilters for macOS and iOS, one of them being the QRCodeGenerator :slight_smile:

Damn, how could i forget about this. And i have to admit; (for me) the Einhugur Plugin is a bit easier to use. :slight_smile: (Sorry Christian) :wink:

I checked Björn’s suggestion, easy to use, but i will check the applelib too, last time i had some problems with it cuz i have an older version of xojo.
We have a license for the mbs plugins too, but i dont know if there is a restriction, because we have an older release of mbs plugins.

Feel free to tell me what problems you might encounter. Xojo 2015r3 should be the minimum requirement if I remember correctly – AppleLib uses the external declares that were introduced I guess in that release.

EDIT: For longer backward compatibility, Christian’s anniversary post fits nicely: http://www.mbs-plugins.de/archive/2016-12-08/Supporting_10_years_of_Xojo_wi/monkeybreadsoftware_blog_xojo

im using 2015r2.4, and i dont have the required data type.

Too bad. So I’m out, but I can assure you both Christian and Björn offer outstanding support, and you can test-drive their solutions. Or, of course, unless you consider a license renewal. Anyway, a classical pay-or-pay situation.

Check out iOSKit - I have a module for reading and creating QRCodes:

https://github.com/kingj5/iOSKit/blob/master/Modules/QRCode.xojo_code

There is an example of the use of it in the example views.

I’m not sure all of iOSKit will work in 2015r2.4 but you should be able to pluck out that module specifically since I know I worked in older versions of Xojo iOS.

[quote=302262:@Jason King]Check out iOSKit - I have a module for reading and creating QRCodes:

https://github.com/kingj5/iOSKit/blob/master/Modules/QRCode.xojo_code

There is an example of the use of it in the example views.

I’m not sure all of iOSKit will work in 2015r2.4 but you should be able to pluck out that module specifically since I know I worked in older versions of Xojo iOS.[/quote]
Hi Jason, i know iOSKit, but i need a desktop version of it.