Recent content by jkgp2x

  1. J

    Switching From A Game Engine To C++

    under the linker options you may need to put -lSDL -lSDL_main
  2. 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?
  3. J

    How To Read A Text File And Save It

    Yaustars way did work i just typed it in wrong. Thanks a lot guys. you save me a lot of time.
  4. J

    How To Read A Text File And Save It

    when i do it Yaustar's way the program still just crashes. Does that have anything to do with the line endings or something.
  5. 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...
  6. J

    GP2X Development In Ubuntu

    alrite i got everything working. i got a makefile script working. but i would still really like to use an IDE for it.
  7. J

    GP2X Development In Ubuntu

    I've downloaded the toolchain and libs then what do i do with them. there was no install script. When i do get them installed how do i set up a development environment. Could i use anjuta or something like that because i dont know how to write makefile scripts.
  8. 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.
  9. J

    GP2X Sdl Joystick Help

    alrite im fine for joystick help with sdl. Now how can i do keyboard input without using the event thing. THat way i can test on my pc and still have the joystick controls in there too.
  10. 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.
  11. J

    GP2X Sdl Joystick Help

    thanks guys. this helped a lot
  12. J

    GP2X Sdl Joystick Help

    That does look simple how you did that. But how would i put that in my code. IS there in easy void function i could use that would make this a lot easier for me
  13. 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.
  14. 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.
  15. 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.
Back
Top