QR Code Generator

Bruce Armstrong
CODE AUTHOR
Posts: 55
 3 years 5 months ago -  7 months 3 weeks ago #341 by Bruce Armstrong
Bruce Armstrong created the code: QR Code Generator
This code sample uses the open source QRCoder .net assembly (github.com/codebude/QRCoder). I created a wrapper assembly for that using SnapDevelop, and then a demo project in PowerBuilder 2019 R3 showing how it's used.

Update 07/04/2023: Updated to include sample built with PowerBuilder/SnapDevelop 2022

This message has an attachment file.
Please log in or register to see it.

Last Edit: 7 months 3 weeks ago by  Bruce ArmstrongReason: Updated for PowerBuilder 2022

Please Log in or Create an account to join the conversation.

Bruce Armstrong
CODE AUTHOR
Posts: 55
 20 hours 57 minutes ago #549 by Bruce Armstrong
Bruce Armstrong replied the code: QR Code Generator
Fabrizio, that looks great. Good work!

Please Log in or Create an account to join the conversation.

FABRIZIO VISCARDI
 21 hours 6 minutes ago #548 by FABRIZIO VISCARDI
FABRIZIO VISCARDI replied the code: QR Code Generator
Alessandro
you can read more here :
fabrizioviscardi.it/powerbuilder-scripts...libreria-qrcoder.php

It works... I have installed it to my client !

Please Log in or Create an account to join the conversation.

Bruce Armstrong
CODE AUTHOR
Posts: 55
 23 hours 6 minutes ago #547 by Bruce Armstrong
Bruce Armstrong replied the code: QR Code Generator
The code should work fine when deployed to another machine. If it's not working for you then you probably missed one of the dependencies. This is a wrapper DLL, so you no only have to deploy this DLL, but the DLL it wraps as well.

Please Log in or Create an account to join the conversation.