New issue 1077 by davi...@arcor.de: How to Start with zxing - Aim is a
programm in VB.Net
http://code.google.com/p/zxing/issues/detail?id=1077
Hey guys!
Im about to write a program in VB.Net to decode all kinds of Codes, like 1D
Barcodes, QR-Codes and Datamatrix-Codes.
For decoding Datamatrix-Codes I used the libdmtx and it works fine, the
wrapper there made it quite simple to use this libary in VB.Net.
After searching for other libarys for Barcodes and QR-Codes I found zxing,
and thought it would be as well quite easy to use it in my program.
Nevertheless I have many problems with that:
My thought was to take the csharp Project, compile it to a dll and import
it to my vb.net program. This works fine but then come the problem:
- Which Steps/Functions are needed to decode a Barcode/QR-Code from a
picture?
- Ive found some examples but all of them used the
line "com.goole.zxing.j2se" and this folder isnt a part of the csharp
project.
It would be nice if someone could help me with using the right functions to
get it workin.
Thank you in advance for helping!
Comment #1 on issue 1077 by srowen: How to Start with zxing - Aim is a
programm in VB.Net
http://code.google.com/p/zxing/issues/detail?id=1077
(No comment was entered for this change.)
What happened ?
This is not an issue report, and is too open-ended anyway. Ask questions on
the mailing list, rather than here, and ideally be much more specific about
what you've tried, what your exact issue is etc.