Page 2 of 2

Re: Creating QR Code 2D bar codes

Posted: Tue Apr 25, 2017 3:56 am
by Zdeno Bielik
biXlik_AT_acXsystXm.sk
replace "X" with "e", "_AT_" with "@"

many thanks, then I will test both libs

Re: Creating QR Code 2D bar codes

Posted: Tue Apr 25, 2017 5:36 am
by Zdeno Bielik
hmmm, when I tried second sample/code PD_CreateQR_BMP_Stroke(),
another problem occured...
where may be problem?


oError:args :
-> VALTYPE:C VALUE:CopyToClipboard
oError:canDefault : .T.
oError:canRetry : .F.
oError:canSubstitute: .T.
oError:cargo : NIL
oError:description : Parameter nie je voliteżnř. (The parameter is not optional.)
Parameter is missing
oError:filename : NIL
oError:genCode : NIL
oError:operation : CopyToClipboard
oError:osCode : -2147352561
oError:severity : 2
oError:subCode : 6500
oError:subSystem : Automation
oError:thread : 1
oError:tries : NIL

Re: Creating QR Code 2D bar codes

Posted: Tue Apr 25, 2017 8:48 am
by Piotr D
Zdeno,
I test the StrokeScribe library in 2013. As I see, from 2014:
Width and height parameters of CopyToClipboard() method made non-optional.
This method made QR "on the fly" In clipboard. You can test this function without this method
(only as BMP file). Please, read the actually guide from StrokeScribe.

Piotr

Re: Creating QR Code 2D bar codes

Posted: Tue Apr 25, 2017 11:01 am
by Zdeno Bielik
thank you! thank you! thank you!

Both libraries generate the correct qr codes now!!!