Hi, I had a look at your bindings, but unfortunately I didn't see anything obviously wrong.
The only suggestion I have is that you check if the native objects are initialized correctly (maybe you're not calling a required initialization function?) Maybe you can create an equivalent Xcode project and step through both projects in parallel to see where things differ. Best regards, Rolf On Tue, Jul 31, 2012 at 11:09 AM, Nscavezze <[email protected]> wrote: > > 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 >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
