Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25

Thread: fpc4gp2x: GP2X Console Development

  1. #21

    fpc4gp2x: GP2X Console Development

    Quote Originally Posted by JoeDonth
    Paul and savage,

    I wanted to thank both of you for helping get started programming the GP2X with Pascal. I have a better understanding of how the pieces come together now.

    I know that assisting a newbie can be frustrating at times and I really appreciate your kindness as well as your knowledge.

    Regards,
    Joe
    You're welcome Joe :-)
    cheers,
    Paul.

  2. #22

    fpc4gp2x: GP2X Console Development

    Quote Originally Posted by savage
    Quote Originally Posted by paul_nicholls
    SDLK_GP2X_UP = 0;
    SDLK_GP2X_UPLEFT = 1;
    SDLK_GP2X_LEFT = 2;
    SDLK_GP2X_DOWNLEFT = 3;
    SDLK_GP2X_DOWN = 4;
    SDLK_GP2X_DOWNRIGHT = 5;
    SDLK_GP2X_RIGHT = 6;
    SDLK_GP2X_UPRIGHT = 7;
    SDLK_GP2X_START = 8;
    SDLK_GP2X_SELECT = 9;
    SDLK_GP2X_L = 10;
    SDLK_GP2X_R = 11;
    SDLK_GP2X_A = 12;
    SDLK_GP2X_B = 13;
    SDLK_GP2X_Y = 14;
    SDLK_GP2X_X = 15;
    SDLK_GP2X_VOLUP = 16;
    SDLK_GP2X_VOLDOWN = 17;
    SDLK_GP2X_CLICK = 18;
    These have now been checked into CVS and can be downloaded from
    http://jedi-sdl.cvs.sourceforge.net/...?revision=1.28
    Excellent! Thanks Savage :-)
    Just one small thing, after downloading the file I tried compiling it under Delphi 5 and Delphi complains that the very first line is more than 1024 characters!

    It works fine under Lazarus...

    I can't seem to work it out.
    cheers,
    Paul.

  3. #23

    fpc4gp2x: GP2X Console Development

    Delphi can be a bit funny about that. IIRC the problem is that Delphi gets confused about where the end of line characters are. Try opening the sdl.pas file in WordPad, then save it over itself as a text file. Then try it again in Delphi. Hopefully WordPad will sort out the EOL/CR issue.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  4. #24

    fpc4gp2x: GP2X Console Development

    Hey Paul, so when do we get to see screenies of the GP2X project you've been working on? Or is it all hush hush?
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  5. #25

    fpc4gp2x: GP2X Console Development

    Quote Originally Posted by savage
    Hey Paul, so when do we get to see screenies of the GP2X project you've been working on? Or is it all hush hush?
    I don't have much to show yet...

    I have that one screenshot that I have already posted of the gp2x tutorial I uploaded.

    I have my mario bros game that I haven't done any more on yet...I could post a screen of that I suppose.

    I have been working on a 3d engine for SDL/gp2x but it only runs at about 3 frames per second on the gp2x!!

    cheers,
    Paul.

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •