|
From: Jure E. G. <eru...@gm...> - 2018-06-08 07:24:35
|
I have to print QR code in harbour in PRG program. Now I create txt file with QRcode content and call external zint.exe (downloadid from ZINT) to create BMP file with QRcode that can be printed with WIN32PRN. hb_memowrit(cTmpFile,LEFT(cQrKoda,411)) <= creates txt file with QRcode content cExe := "./zint.exe -o OutBmp -b 143 --border=5 --scale=3 --binary -i cTmpFile" <= comand to create QRcode (bmp file) from txt file RUN (cExe) I would like to use library libzint or zint.dll, but I don't know how to use them. I would like to generate QRcode (bmp) and print it directly with PRG program. I was searching for libzint on internet, but I could not find it. Can anybody help me? Jure Poslano iz programa Pošta za Windows 10 |