From: Kurayami T. <kur...@gm...> - 2012-11-18 15:28:58
|
Hi there What's the difference between org.xmlvm.ios.UIImage and org.xmlvm.iphone.UIImage? If I use the ios version, XCode won't be able to compile the project. The main thing I want to do is this: Load an image using CoreGraphics. While using the UIImage from iphone package works, CoreGraphics gives me the same types of errors too: XCode says: org_xmlvm_iosNSURLResponse.m LLVM GCC 4.2 error: struct <anonymous> ......... etc etc Why is this so? I'm compiling the project in C rather than Objective C. Is that a possible reason? How do I fix this? |