tags:

views:

484

answers:

2

Hi All,

I have downloaded ZXing 1.5 and am trying to include this in my iPhone project.

I have got the Barcode iphone project provided by Zxing to build on its own (And i can offer advice n this if any one is stuck)

But i am unsure how i would now incorporate this project into mine?

Which classes are needed?

What linking paths are needed?

If anyone has done this you advice would be highly appreciated.

Or if someone could just point me in the right direction that would be very helpful also

Thanks

Tom

A: 

Hi, Did you got the way about how to include ZXing into iPhone app? If yes, then can you please share the solution. I am working on a similar kind of project and need the solution urgently.

Thanks

iAppDev
A: 

Check out the source, it has an iPhone example called ScanTest which includes the ZXingWidget just like you would in your own project. The readme inside there also goes over linkages etc. and what to do if you get certain errors.

http://zxing.googlecode.com/svn/trunk/iphone/

UltimateBrent