سؤال

is it possible to use the c# port of zxing in a Windows Phone 7 project?

I've tried a couple of things but zxing makes use of System.Drawing.Bitmap while that doesn't exist in Silverlight.

هل كانت مفيدة؟

المحلول

There is an .Net port of the ZXing library at http://zxingnet.codeplex.com/ that supports Silverlight and Windows Phone.

نصائح أخرى

System.Drawing.Bitmap isn't implemented on WP7 in this ctp.

I thought you might be interested in checking out this demo of something that has been done with QR codes on the phone.

The library from codeplex (http://silverlightzxing.codeplex.com) uses not up-to-date version of ZXing Library. Here is the port of ZXing 7.1 version to Silverlight.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top