PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Petrus Vorster on September 28, 2017, 04:55:30 PM

Title: QR codes
Post by: Petrus Vorster on September 28, 2017, 04:55:30 PM
Hi all

Has anyone here worked with creating QR codes in Powerbasic or Freebasic?
Finally got my hands on a proper multi-code scanner.

The examples on the web are limited to a few pictures in powerbasic but no source code.
It way more complicated than the regular barcode encoding.

I will really appreciate any help.
Title: Re: QR codes
Post by: Wilko Verweij on September 28, 2017, 06:14:28 PM
Hi Petrus,
Maybe these links help:

https://forum.powerbasic.com/forum/user-to-user-discussions/powerbasic-for-windows/54534-qr-code-examples-code (https://forum.powerbasic.com/forum/user-to-user-discussions/powerbasic-for-windows/54534-qr-code-examples-code)

http://www.planetsquires.com/protect/forum/index.php?topic=3172.0 (http://www.planetsquires.com/protect/forum/index.php?topic=3172.0)

https://sourceforge.net/projects/qred/ (https://sourceforge.net/projects/qred/)

Let us know
Wilko
Title: Re: QR codes
Post by: Petrus Vorster on September 29, 2017, 08:59:49 AM
Hi

Thanks, these are the ones i have been looking at but the source code is missing.
The compiled project i have and it works great, if i only could find a way to make this work in a project.

Thanks again for the help.
Title: Re: QR codes
Post by: Petrus Vorster on September 29, 2017, 09:02:58 AM
Got a project with code i can look at!
Will keep you updated if i have progress!