SDL on iPhone/Mac

Hi guys,

I’ve just purchased myself a Macbook for the first time and am using XCode for iPhone development.

I have compiled the SDL api for the iPhone ok but where on a mac do I need to place the .a and header files for them to be picked up by XCode?

Sorry for being such a n00b I’m a big Windows fanboy sorry.

Many thanks

you just have to drag it in the Frameworks group of your iphone application
xcode template
it will link and do all the nice stuff on its own

bye
VittorioOn Tue, Nov 3, 2009 at 1:10 PM, Scribe <ali_lowe at sky.com> wrote:

Hi guys,

I’ve just purchased myself a Macbook for the first time and am using XCode
for iPhone development.

I have compiled the SDL api for the iPhone ok but where on a mac do I need
to place the .a and header files for them to be picked up by XCode?

Sorry for being such a n00b I’m a big Windows fanboy sorry.

Many thanks


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Jonathan Swifthttp://www.brainyquote.com/quotes/authors/j/jonathan_swift.html

  • “May you live every day of your life.”

That’s done the trick, thanks a bunch.

Just thought I’d point out that the SDL iPhone template is out of date and the SDL_RenderFill needs splitting up into two separate commands.

Cheers