QRCode Reader and QRCode Generator with Zxing
Ramón San Félix Ramón
CODE AUTHOR
Posts: 31
Ramón San Félix Ramón created the code: QRCode Reader and QRCode Generator with Zxing
I have been looking for a long time how to read and write barcodes in my PowerBuilder applications without having to resort to the Payment SDK's.
I had always heard of an Open Source library called Zxing but until now I had not been able to get it to work in PowerBuilder.
I have created a NetCore library that can be easily imported into PowerBuilder from version 2019 with the new .NET DLL Importer option.
The difference from other examples I have seen is that I incorporate the ability to read the generated barcodes.
For this example to work, you must have Net Core 3.1 installed. and have the SQL Server AdventureWorks sample database.
This example is developed with PowerBuilder 2021 Build 1311.
You can see a demo video at:
If you want to be aware of what I publish you can follow my blog:
rsrsystem.blogspot.com
I had always heard of an Open Source library called Zxing but until now I had not been able to get it to work in PowerBuilder.
I have created a NetCore library that can be easily imported into PowerBuilder from version 2019 with the new .NET DLL Importer option.
The difference from other examples I have seen is that I incorporate the ability to read the generated barcodes.
For this example to work, you must have Net Core 3.1 installed. and have the SQL Server AdventureWorks sample database.
This example is developed with PowerBuilder 2021 Build 1311.
You can see a demo video at:
If you want to be aware of what I publish you can follow my blog:
rsrsystem.blogspot.com
This message has an attachment file.
Please log in or register to see it.
Last Edit: 2 years 11 months ago by Ramón San Félix Ramón .
Please Log in or Create an account to join the conversation.
Ramón San Félix Ramón
CODE AUTHOR
Posts: 31
Ramón San Félix Ramón replied the code: QRCode Reader and QRCode Generator with Zxing
I'm glad it works for you.
I have recently updated my example to .Net6. You can download it at:
github.com/rasanfe/qrcode
And the c# project in:
github.com/rasanfe/ZxingBarcode
I have recently updated my example to .Net6. You can download it at:
github.com/rasanfe/qrcode
And the c# project in:
github.com/rasanfe/ZxingBarcode
Please Log in or Create an account to join the conversation.
Adolfo Chairez Gallegos
Posts: 2
Adolfo Chairez Gallegos replied the code: QRCode Reader and QRCode Generator with Zxing
I managed to make it work at 64 bits, using SnapDevelop and PowerBuilder, although I had to use C# with Visual Studio 2019 because of a detail that SD is presenting, in fact I'm going to raise a ticket in Appeon for this situation.
Attachments:
Please Log in or Create an account to join the conversation.
Ramón San Félix Ramón
CODE AUTHOR
Posts: 31
Ramón San Félix Ramón replied the code: QRCode Reader and QRCode Generator with Zxing
Hola Adolfo,
El ejemplo funciona en 32 y 64 Bits.
Saludos.
El ejemplo funciona en 32 y 64 Bits.
Saludos.
Please Log in or Create an account to join the conversation.