Skip to content

tystol/MonoTouch.ZBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  ZBar
==========

This is a MonoTouch binding for the ZBar iOS SDK which can be found at

     http://zbar.sourceforge.net/iphone/sdkdoc/index.html

The current version of this binding is for ZBar iOS SDK 1.2

  Compiling ZBar.dll
======================

This binding hasn't been updated since the move from MonoDevelop to Xamarin Studio.
If having trouble building via XS, see here:
#2

Otherwise, simply drop the libzbar.a file into the /binding directory and run the
makefile or open and compile the ZBar.MonoTouch.sln

  Using ZBar.dll within your iOS apps
=======================================

Add the ZBar.dll to your project's References list.

For Release builds, currently the native linker has to be explicitly configured to
not strip the NSDictionary key constants. Add the following to the 'additional mtouch arguments'
section of the iPhone Build project settings:
--nosymbolstrip=ZBarReaderControllerResults

See here for details:
http://stackoverflow.com/questions/15150412/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages