Rolf Bjarne Kvinge wrote
> 
>> It looks like the library is trying to write to a deleted/invalid file
>> descriptor. My guess is that it's because something is wrong in the
>> bindings - is this method trying to write to a file descriptor you
>> provided?
> 
>> Rolf
> 

I messed up my quote in my last response sorry if it's confusing.

Here are my bindings and the obj-c header files I don't see anything wrong
anyone else see anything wrong?

https://gist.github.com/3217621 Bindings  
https://gist.github.com/3217626 ScanditSDKBarcodePicker  
https://gist.github.com/3217632 ScanditSDKOverlayController  

The place it's failing has this flow according to the scandit guys.
The ScanditSDKVideoCaptureHelper will call a function in the
ScanditSDKBarcodePicker, which will in turn call a function in the
ScanditSDKOverlayController, which will then eventually call the
ScanditSDKOverlayControllerDelegate

The ScanditSDKOverlayControllerDelegate is a protocol that  needs to be
implemented in c# and set on the picker.

Once i have bound the protocol do i use it just like a interface?

and yes the c++ libs that the objective-c calls is writing to multipul files



--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/ScanditSDK-Binding-problems-the-app-crashes-when-the-objective-c-lib-tries-to-use-a-c-lib-tp4656207p4656252.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