Search results

  1. J

    Saving Files

    how do i save files in c++? Is it different for windows in linux and how would i do that with both?
  2. J

    How To Read A Text File And Save It

    i want to have my game read a script from a text file and be able to compare it to other chars and ints. I have been using fgets to get the info from the file but i can never compare the info from the file to make events happen. How would i compare this info to other variables. I'm not very...
  3. J

    GP2X Development In Ubuntu

    i really need help setting up a dev environment in ubuntu. I cant seem to get it to work. it seems like everything is missing a step or 2 on how to get things working. If someone knows STEP by STEP directions to set up everything that would be great.
  4. J

    Gp2x Samba Telnet Help

    ive never used telnet before and i was wondering is how you use that to mount a directory on your pc onto the gp2x. So i can execute files directly from my pc.
  5. J

    GP2X Sdl Joystick Help

    does anyone have a good function to get joystick input . Im having trouble because im a beginner at SDL so i need some help. Maybe give me an example of how you guys did it so i could have an idea how to get started.
  6. J

    Is Anyone Working On A Firmware 2.0 Alternate Updater

    I do not have a compatable sd card and i was wondering if anyone had an alternate updater they were working on so i can finally upgrade from 1.4.
  7. J

    Rlyeh's-minimal-library Help

    how do i draw things on the screen in the minimal library. Is there a tutorial somewhere that i could use. How do i go about putting graphics in my game with it. The lib seems very easy to use but i have trouble finding documentation.
  8. J

    Allegro Setup

    how do i set up allegro to work with the gp2x. Do i need to initialize it a special way because when i try to use a allegro program that i compiled a black screen just shows up. Its a very simple program to. It just puts text on the screen. The compiler works correctly though because i got a...
  9. J

    Compiler Problems

    i cant get my compiler to work correctly. I'm using Devcpp and i followed the directions that it said on the gp2x wiki and when i compile something it says it does not recognize the file format. Also what do i have to do to compile allegro games.
  10. J

    Where To Get Free Music For Games

    where can i get free music for games. I dont want music that is already from video games but like some original stuff that i can use for background music.
  11. J

    Timing Help

    i have been trying to create a rhythm and im having trouble getting a precise timer for when an event should happen. Does anyone know how to make a good timing system so this game will work.
Back
Top