Creating QR Code 2D bar codes

This forum is for posting of useful information
Message
Author
Zdeno Bielik
Posts: 147
Joined: Thu Jan 28, 2010 9:24 am
Location: Nitra, Slovakia
Contact:

Re: Creating QR Code 2D bar codes

#11 Post by Zdeno Bielik »

biXlik_AT_acXsystXm.sk
replace "X" with "e", "_AT_" with "@"

many thanks, then I will test both libs

Zdeno Bielik
Posts: 147
Joined: Thu Jan 28, 2010 9:24 am
Location: Nitra, Slovakia
Contact:

Re: Creating QR Code 2D bar codes

#12 Post 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

Piotr D
Posts: 129
Joined: Mon Jul 28, 2014 1:26 am
Location: Poznań, Poland

Re: Creating QR Code 2D bar codes

#13 Post 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

Zdeno Bielik
Posts: 147
Joined: Thu Jan 28, 2010 9:24 am
Location: Nitra, Slovakia
Contact:

Re: Creating QR Code 2D bar codes

#14 Post by Zdeno Bielik »

thank you! thank you! thank you!

Both libraries generate the correct qr codes now!!!

Post Reply