[SCM] Multi-format 1D/2D barcode image processing library branch, upstream, updated. 24d4480bc48cf9eabf7b2bd2f528248b0e458809

rpechayr rpechayr at 59b500cc-1b3d-0410-9834-0bbf25fbcc57
Wed Aug 4 01:32:17 UTC 2010


The following commit has been merged in the upstream branch:
commit 90571cc4156a1da5d0959408aff0716c22a23edd
Author: rpechayr <rpechayr at 59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Date:   Thu Jun 17 18:16:53 2010 +0000

    [iphone] updated README to clearly advise to make .mm files whenever including files from ZXing
    
    git-svn-id: http://zxing.googlecode.com/svn/trunk@1444 59b500cc-1b3d-0410-9834-0bbf25fbcc57

diff --git a/iphone/README b/iphone/README
index c74ad9c..9d6b37b 100644
--- a/iphone/README
+++ b/iphone/README
@@ -27,7 +27,17 @@ How to include ZXingWidget in a easy and clean way:
 	 it.  Add the relative path from your project's directory to the
 	 "zxing/iphone/ZXingWidget/Classes" directory. Make sure you click the checkbox "recursive path" !
  
-  5. You're ready to go. Just #import <ZXingWidgetController.h> from anywhere and it should work !
+  5. You're almost ready to go ..
+  
+  6. #import <ZXingWidgetController.h> from a file
+  
+  7. #import <QRCodeReader.h> for example because you will need to inject a barcode reader into ZXingWidgetController. 
+
+  8. MAKE SURE the file in which you are using the code deader is a .mm because you are now silently including some c++ code. If you don't do so then
+     the compiler will cry as if it does not find some files !
+
+  9. It should work :)
+  
 
 Know issues for above steps to include:
 ======================================

-- 
Multi-format 1D/2D barcode image processing library



More information about the Pkg-google-commits mailing list