September 16, 2016 at 7:25 am
im was getting trouble at generating the QRCode4CS image. I just downloaded 2010 Express, hopefull it all comes easier.
Got to say i dont have the strongest programming background.
September 16, 2016 at 8:42 am
Dear Stan.
I cannot find Sistem security reference. Im finally using visual studio 2015
September 16, 2016 at 10:10 am
The zipped resource file attached to this article contains signed assemblies QRCode4CSClassLibrary.dll and CreateQRCodeReturnByteArray.dll.
You could start from the "Deploy the CLR assemblies to the global assembly cache" section and dispense with creating the DLLs yourself by using them.
I tested them this morning and was able to get them into the GAC.
September 22, 2016 at 7:40 am
Dear Stan,
It doesnt recognize CeateQRCodeReturnByteArray.dll when adding references in Report Properties. Im taking reference from the zip code.
I have succesfully deploed CLR assemblies to the GAC.
Looking to hear from you.
February 4, 2017 at 2:19 pm
hello
nice project, but i have problem. Need encode more then 2200 symbols. prox. 3000 - 3100 symbols. How do it?
I can max 2100 symbols.
February 4, 2017 at 2:32 pm
linfo - Saturday, February 4, 2017 2:19 PMhellonice project, but i have problem. Need encode more then 2200 symbols. prox. 3000 - 3100 symbols. How do it?
I can max 2100 symbols.
You will need to learn to use a better library. I haven't figured it out yet. Here is where you can find them.
February 4, 2017 at 10:36 pm
Stan Kulp-439977 - Saturday, February 4, 2017 2:32 PMlinfo - Saturday, February 4, 2017 2:19 PMhellonice project, but i have problem. Need encode more then 2200 symbols. prox. 3000 - 3100 symbols. How do it?
I can max 2100 symbols.
You will need to learn to use a better library. I haven't figured it out yet. Here is where you can find them.
thx, but you library work and simple example. But other librares not easy.
February 5, 2017 at 1:11 am
hello.
Example.
encode this text: 'test?????????????????=??=??=????123?'
????????? ?????? .NET Framework ?? ????? ?????????? ???????????? ????????????? ???????????? ??? ?????????? ??????? "fn_bar_qrcode":
QRCode4CS.Error: code length overflow. (300>288)
QRCode4CS.Error:
? QRCode4CS.QRCode.CreateData(Int32 typeNumber, QRErrorCorrectLevel errorCorrectLevel, List`1 dataList)
? QRCode4CS.QRCode.MakeImpl(Boolean test, QRMaskPattern maskPattern)
? QRCode4CS.QRCode.GetBestMaskPattern()
? QRCode4CS.QRCode.Make()
? CreateQRCodeReturnByteArray.CreateQRCode.ReturnByteArray(String inputString, String imageSize)
How grow symbols?
February 5, 2017 at 5:15 am
hello again.
i solved my problem. Need correct to up limit of symbols and change size of image.
Thx, for this framework.
February 5, 2017 at 10:23 am
linfo - Sunday, February 5, 2017 5:15 AMhello again.i solved my problem. Need correct to up limit of symbols and change size of image.
Thx, for this framework.
Cool! Good job!
February 5, 2017 at 10:44 am
Iwas Bornready - Tuesday, September 6, 2016 7:17 AMThis is fantastic, thanks.
Stan Kulp-439977 - Sunday, February 5, 2017 10:23 AMlinfo - Sunday, February 5, 2017 5:15 AMhello again.i solved my problem. Need correct to up limit of symbols and change size of image.
Thx, for this framework.
Cool! Good job!
My celebrate is not long. Not correct generate qrcode. 🙁
I not understand.
i have gray points... not understand.
February 5, 2017 at 2:18 pm
linfo - Sunday, February 5, 2017 10:44 AMIwas Bornready - Tuesday, September 6, 2016 7:17 AMThis is fantastic, thanks.Stan Kulp-439977 - Sunday, February 5, 2017 10:23 AMlinfo - Sunday, February 5, 2017 5:15 AMhello again.i solved my problem. Need correct to up limit of symbols and change size of image.
Thx, for this framework.
Cool! Good job!
My celebrate is not long. Not correct generate qrcode. 🙁
I not understand.i have gray points... not understand.
After I wrote this I was informed that the QR codes its generates are not read by phones correctly. The online QR code reader reads them just fine. This library evidently does not implement the entire protocol. You are probably going to need to figure out one of the other, more complete, libraries. I haven't had much luck doing that myself.
February 6, 2017 at 7:55 am
hello. I solved my problem. It's problem all offline coders.
When "string" is more then max - QR-code can not decode any programs,
But image is create good, bat have some grey points.
It's because have only 3 cols and 3 rows, but online encoders have more lines. For example:
qr_image
February 6, 2017 at 8:13 am
linfo - Monday, February 6, 2017 7:55 AMhello. I solved my problem. It's problem all offline coders.
When "string" is more then max - QR-code can not decode any programs,
But image is create good, bat have some grey points.It's because have only 3 cols and 3 rows, but online encoders have more lines. For example:
qr_image
So you got it to work with longer strings?
February 6, 2017 at 11:30 am
Stan Kulp-439977 - Monday, February 6, 2017 8:13 AMlinfo - Monday, February 6, 2017 7:55 AMhello. I solved my problem. It's problem all offline coders.
When "string" is more then max - QR-code can not decode any programs,
But image is create good, bat have some grey points.It's because have only 3 cols and 3 rows, but online encoders have more lines. For example:
qr_imageSo you got it to work with longer strings?
yes, php code is work work longer strings.
But i not correct write library on c# for download this picture and byte by byte transfer to my program (clr for ms sql)
Viewing 15 posts - 31 through 45 (of 51 total)
You must be logged in to reply to this topic. Login to reply