I have given up on binding the ScanditSDk and I have go the ZBar bindings
working perfectly in Debug builds.

The issue I am having is that in the Release build I get a null reference
exception when i try and get the following bound constant.

extern NSString* const ZBarReaderControllerResults;

The binding

[Static]
[Preserve (AllMembers = true)]
interface Zbar {
    [Field ("ZBarReaderControllerResults", "__Internal")]
    NSString BarcodeResultsKey { get; }
}


I just added the Perserve part and that didn't help an ideas?



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/ZBar-constant-Binding-works-in-Debug-not-in-Release-builds-tp4656357.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to