Recent content by Alex23

  1. A

    Problem With Sdl_enablekeyrepeat()

    Arrrgh. You are right. I forgot that A, B , X, and Y buttons are buttons and not keys. I ported the code stupidly from PC to GP2X and switched off my brain :( Many thanks!!
  2. A

    Problem With Sdl_enablekeyrepeat()

    Hello, I wrote a program where I use SDL. I call SDL_EnableKeyRepeat() within the code. The same code runs on Windows fine with SDL_EnableKeyRepeat() working as expected but on gp2x not. Is SDL_EnableKeyRepeat() really supported on gp2x? Could not find any hint on web. I can do a workaround...
  3. A

    Gp2x Hangs When Starting Self-programmed Application

    Yep. That was the problem. Many thanks!! I added '-static' to the linker options and then I had a problem with the c++ coding. -Lgcc seemed to be the problem. I change it to -Lstdc++ and that worked!
  4. A

    Gp2x Hangs When Starting Self-programmed Application

    Hello, I developed a small program with dev-c++ (version 4.2.2) and newest gp2devkit (Octoate's GP2x toolchain (2006/03/06)). After starting the program the gp2x hangs. Piped stderr into file on SD and got the message: "./line_1.gpe: relocation error: ./line_1.gpe: symbol __divdf3, version...
Back
Top