Hi Dennis, Ah. I think I see the misunderstanding.
When you build a native library, the Xcode/gcc/whatever does not (necessarily) embed the library's resources - the resulting .a is just the source code library. What you'll need to do is add the native library's resource files to your MonoTouch Binding Project and set their BuildAction to BundleResource. Jeff On Fri, Dec 14, 2012 at 2:49 PM, Dennis Welu <[email protected] > wrote: > I see what you're saying and that's good information, Jeff, thanks for > that. > So I am concluding that the resources are not even making it into the > bindings dll since I'm not seeing them in the resulting app bundle. I used > the lipo command to combine multiple native architecture builds into a > single lib.a file for the binding project to use. Is there something maybe > I > need to do different in the process of building the native library or using > 'lipo' perhaps? > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Load-image-from-native-library-resources-tp4657849p4657856.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
