Jump to content

  • Log In with Google      Sign In   
  • Create Account

14 years ago on June 15th Gamedev.net was first launched! We want to thank all of you for being part of our community and hope the best years are ahead of us. Happy birthday Gamedev.net!

Jakez

Member Since 17 Jun 2010
Offline Last Active Feb 07 2012 08:13 AM
-----

Posts I've Made

In Topic: Xcode 4 on Lion and SDL 1.2.15

31 January 2012 - 03:05 PM

You hit the spot one more time!

Thanks a lot!

In Topic: [SDL] How to handle keyboard text input?

31 January 2012 - 02:36 PM

have you seen this? :)

http://lazyfoo.net/SDL_tutorials/lesson23/index.php

In Topic: Xcode 4 on Lion and SDL 1.2.15

31 January 2012 - 12:40 PM

Does anyone know, why I have too add MyApp.app/Contents/resources/ everytime I try too load something like:

SDL_LoadBMP( "MyApp.app/Contents/Resources/Hello_world.bmp" );

I have too do it no matter what I load. sounds, images and even for .txt files when I use ifstream og ofstream.

Its quite a hazzle, and kinda shot in the foot for portability

In Topic: Xcode 4 on Lion and SDL 1.2.15

30 January 2012 - 04:12 PM

It worked! Thanks a lot, much love.

Besides following the article, I had too change the include in the SDLMain.m from "SDL.h" to "SDL/SDL.h".

Is it your article? then maybe include a final screen shot of how the project looks like when you see the files and folders from xcode, thinks that would have cleared a bit of my confusion :) properly just because my English isn't that well.

But thanks again!

best regards
Jakez

In Topic: [SDL] cpu usage

02 December 2011 - 07:23 AM

Thanks for the advices guys, much appreciated :)

PARTNERS