Looking to allay concerns that I encountered some mysterious armv6 issue: I spent some time trying to reproduce this in a small test App…the only way I could break the App was by building the lib with thumb enabled so suspect I didn't do a full rebuild earlier. It crashes differently than my App was (and with different linker combinations) but I suspect both are related to #707.
Regards, Robert Here are the details: (but armv6/thumb is half-baked) App: An Xib-less (probably not important) copy of the Montouch.Dialog Sample: Lib: https://github.com/davepeck/iOS-libarchive (probably any lib) built with LLVM GCC 4.2/GCC_THUMB_SUPPORT=YES Put the following at the bottom of your FinishedLaunching () method: IntPtr handle = archive_read_new(); [DllImport("__Internal")] private static extern IntPtr archive_read_new(); ----- RSweitzer -- View this message in context: http://monotouch.2284126.n4.nabble.com/Native-library-with-Monotouch-5-0-part-2-tp3992408p4020872.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
