1

I'm trying to decode QRCode in windows store app using ZXing.

When trying to get data from: http://api.qrserver.com/v1/create-qr-code/?data=QE3FHB01658NFG%239QM&size=490x490

I get an NullReferenceException, at line

 reader.Decode(writeableBmp);

It behaves same way with other code of the same size. However windows phone version of ZXing is capable of reading this code.

Is there any way to make this work on RT?

I have already tried to find another QRCode reading library, but I failed to find any capable of reading this code.

4

1 回答 1

1

ZXing.Net 版本 86482 修复了该错误。您可以从存储库的源代码构建您自己的版本,或者等待包含修复的下一个正式版本。codeplex 论坛中有一个关于该错误的讨论线程: https ://zxingnet.codeplex.com/discussions/446214

于 2013-08-08T16:45:59.083 回答