Very, Very Simple iPhone SDK Question

2009-11-06 Thread Patrick William Walker
Why do I get an Expected specified-qualifier-list before NSPoint when trying to port of my model classes from Cocoa to iPhone SDK? I've been reading through the documentation and haven't really found much to explain why I'm getting errors when using other things like NSRect and

Re: Very, Very Simple iPhone SDK Question

2009-11-06 Thread Karolis Ramanauskas
Hi, You need to use CG structs on iPhone. CGPoint, CGRect... Don't forget different make function naming conventions either: NSMakeRect - CGRectMake. Karolis, Cheers On Thu, Nov 5, 2009 at 4:56 AM, Patrick William Walker patrick.william.wal...@nb.sympatico.ca wrote: Why do I get an

iPhone SDK Question

2008-05-04 Thread Development
Well I'm not willing to switch to ATT for my cell, but I would like to develop for iPod and iPhone. I've been messing with the SDK and it seems fairly straight forward, however I am in love with my PPC and unwilling to give it up until Apple stops making OSes for it. Therefore I am

iPhone SDK question

2008-03-07 Thread John Newlin
Ok, I realize this is not a Cocoa question, please don't flog me. Hopefully they'll make an iPhone mailing list.. Anyhow, has anyone been able to run an app on a device yet, I get an error message when I try to load my app onto the phone. The simulator works fine. Thanks, -john