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 "E

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 NSBezierP

Re: iPhone SDK Question

2008-05-04 Thread Development
Oops, ok sorry I posted this question, please disregard until NDA is no longer in effect. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-

iPhone SDK Question

2008-05-04 Thread Development
Well I'm not willing to switch to AT&T 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 usi

Re: iPhone SDK question

2008-03-07 Thread mmalc crawford
On Mar 7, 2008, at 8:06 AM, John Newlin wrote: Ok, I realize this is not a Cocoa question, please don't flog me. Please re-read and adhere to your NDA and to the messages from the moderators... From: Scott Anguish <[EMAIL PROTECTED]> Date: March 6, 2008 4:35:34 PM PST To: Kevin Vanwulpen

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 __