Search results

  1. S

    European Firmware: Good And Bad

    ditto
  2. S

    GP32 Gptextout

    great, problem is i'm now getting an error: warning: passing arg 1 of 'sprintf' makes pointer from integer without a cast what does this error and how can i fix it???
  3. S

    GP32 Gptextout

    How can i use GpTextOut to output a variable, at the moment i am using: GpTextOut(NULL, &gpDraw[nflip], count * TILESIZE, count2 * TILESIZE, count3, 0); but all it is displaying is symbols.
  4. S

    Commander Keen

    Basically everything you need to know is right here as well as small bits of information on 'The Universe is Toast'
  5. S

    Commander Keen

    I’ve just come across this post, I am known over on the PCKF (Public Commander Keen Forum) as keen online and I think I might be able to clear up a couple of points: 1. Even though ID published source code for nearly all of their original games, they didn’t publish commander keens 2. Yes...
  6. S

    GP32 Libs For Devkitadv

    Seen as no one has replied would it be possible for me to find a regular c libary and use that with devkitadv?
  7. S

    GP32 Libs For Devkitadv

    I have just started coding for the gp32 thanks to Ricos tutorials, i have coded using other programming languages before but this is my first time with c, my question is where can i find out about the information about devkitadvs libs and what they do for example i need one to rotate an image.
  8. S

    Unfxe.exe

    I'm trying to use unfxe.exe so that i can change the title and the icon that appears on the gp32 and i'm having a couple of problems using the options, this is what i'm typing into the command line: UNFXE [-o] filename.fxe But the problem i'm getting is that the program is using [-o] as the...
  9. S

    GP32 Tut3

    That worked but i'm still getting errors, has anyone actually been able to get tut3 to work?? The reason I ask is I’m just wondering if you went by the tutorial exactly or did you have to add small snippets of code in order to get it to work.
  10. S

    GP32 Tut3

    That’s helped fix the npal error but I am still getting other errors such as: ‘tile’ undeclared <first use in this function> stray ‘\240’ in program coRp have you been able to get it to work??? This is my code: /* Rico's GP32 Programming Tutorial, part 2 Example source */ #include...
  11. S

    GP32 Tut3

    yes
  12. S

    GP32 Tut3

    Could someone please help me, I just got my game park yesterday and I have been spending all afternoon looking at some tutorials. I get the basics because I programmed with other languages before, the problem is that I can’t get tut3 to work. If anyone has got it to work could you please put...
Back
Top