Skip to content

docroger/qrencodelib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

qrencodelib

qrcode library for QRCODE creation, coded by FUKUCHI. Compiled DLL and lib files.

For Purbasic usage :

ImportC "d:\perso\qrencodelib.lib" ; change the path for your lib

CompilerIf #PB_Compiler_Processor=#PB_Processor_x86

QRcode_encodeString8bit(Text.p-ascii, Version.l, QRecLevel.l) As "_QRcode_encodeString8bit"

QRcode_free(*Qrcode.QRCode) As "_QRcode_free"

CompilerElse

QRcode_encodeString8bit(Text.p-ascii, Version.l, QRecLevel.l) As "QRcode_encodeString8bit"

QRcode_free(*Qrcode.QRCode) As "QRcode_free"

CompilerEndIf

EndImport

About

qrcode library. Compiled DLL and lb files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published