.NET Framework - ANN: QRCode Library for .NET Compact Framework

Asked By Mark Arteaga
04-Oct-07 10:02 PM
We are pleased to announce the release of a new open source project called
QRCode Library for .NET Compact Framework.

QRCodeCF allows you to decode QR Code images using .NET Compact Framework.
If you have no idea what a QR Code is see this Wikipedia entry
http://en.wikipedia.org/wiki/QR_Code for some technical background.  The
full C# code is provided and is licensed under the MIT X11 model.  More
details on the project and how to download the source can be found here
http://www.opennetcf.com/opensource.ocf and
http://blog.markarteaga.com/QRCodeForNETCompactFramework.aspx

--
Mark Arteaga
Principal Partner
OpenNETCF Consulting
http://www.opennetcf.com | http://blog.markarteaga.com
Compact Framework
(1)
OpenNETCF
(1)
QRCodeCF
(1)
Library
(1)
QRCode
(1)
Sourceforge
(1)
Java
(1)
AB0FCEA6A6BE
(1)
  Richard Jones \(MVP\) replied...
07-Oct-07 04:39 PM
I'm releasing the .Net QR code generator over to Mark,  this is a port of
the Java Sourceforge project.

More power to us all :-)

Richard

www.binaryrefinery.com
Create New Account
help
Serious Color omission in the Compact Framework .NET Framework Hi, The Compact Framework has DeepPink and DeepSkyBlue, but no DeepPurple. That's just sad. . . :) Hilton .NET Compact Framework Discussions Compact Framework (1) OpenNETCF (1) Color (1) DeepSkyBlue (1) DeepPink (1) Tacke (1) D64F94D338AE (1) Dbgrick
SSLStream in .NET Compact Framework 3.5? .NET Framework Is there any chance that SSLStream support (server and client) will be added in .NET Compact Framework 3.5? Chris .NET Compact Framework Discussions Compact Framework (1) OpenNETCF (1) SSLStream (1) Walker (1) Orcas (1) Tacke (1) Hart (1) FC67D61458C0
Using and distributing compact framework on PC. .NET Framework Compact framework is used on memory constrained devices but is it possible to develop c# software against compact framework on PC? If possible, what redistributable size are we talking about? I have a case where download filesize matters significantly so require customers to download 35Mb .net framework is not an option. Will have to do it in C++ otherwise but C# would
Interrupt Service Routine ISR on Compact Framework .NET Framework Hi, I enabled compact framework 2.0 on WINCE. Just wonder to find out is there ISR can be handled from compact framework, is there API provided? Or is it I need to build ISR dll from WINCE and call from the compact framework? Currently, I am assigning one thread on my compact framework to capture the serial
Equivalent of System.CodeDom.Compiler in compact framework .NET Framework Hi, What is equivalent of System.CodeDom.Compiler in compact framework as documentation suggests this namespace is not supported in compact framework.I want to dynamically compile and run c# scripts in compact framework?in windows application it was possible to do this with System.CodeDom.Compiler namespace