Again about binding. So, I have read some bugs at bugzilla, at stackoverflow and here, and it didn't help me. All these problem was with native libraries, I had 3rd party library. Problem is, when I bind my class IIViewDeckController, it's compiled, makes dll for me and it seems I can use it. But... When I try to use it, in Debug/iPhone mode, I have Error: * Wrapper type 'ViewDeckController.IIViewDeckController' is missing its native ObjectiveC class 'IIViewDeckController'.*
When I am in iPhoneSimulator mode, there is no exception, but it does not works. all fields are either Null or NaN. Please help me with it. github project: https://github.com/livercool/ViewDeckMonoTouch Thank you! -- View this message in context: http://monotouch.2284126.n4.nabble.com/Again-about-binding-Wrapper-class-mising-tp4658118.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
