Search results

  1. M

    For Sale: Gp2x With 4gb Sd And Assessories Uk

    Unfortunatley I've decided to sell my GP2X due to financial reasons :( Was bought in summer 06, so its the newer one (MK2?) GP2X 4gb Samsung SD All cables Carry Case Mains AC Adapter TV-Out Cable I'm currently at work so I can't remember everything, but I think thats it! Looking for £120
  2. M

    GP2X Re-porting Quake Using Gpu940

    My coding abilities are far from good, but would it now be possible to re-port Quake using gpu940 to offload all the floating point stuff to the 940? I can imagine this to be quite a hard thing because its OpenGL not OpenGL ES. Am I wrong?
  3. M

    GP2X Gpu940 Within Sdl

    Is it possible to use gpu940 within and SDL program? I'm currently writing an RPG (think FF7 but with 2D charators) and would like to create a 'world map' by using a simple textured sphere. I've not actually looked at the source yet, but I'm guessing it's not as easy as including the source and...
  4. M

    Debug Help

    I've finally got my code to compile, but have no way to see why it's not running :P I can't get the USB serial stuff working (Windows doesn't like it :S) So would anyone be kind enough to run my game in a terminal and tell me what you get? http://files.pedsoft.com/AirFighterSDL.zip Cheers!
  5. M

    Setting Up Dev-cpp

    Hi, I've followed the tutorial on the wiki (http://wiki.gp2x.org/wiki/Using_Devcpp) for setting up dev-cpp with the devkitgp2x but I get the following error: File format not recognized G:\My Documents\Work\PNGTest\Makefile.win [Build Error] [PNGTest.gpe] Error 1 I'm a bit of a n00b at this...
  6. M

    GP32 New Sdl Game Help

    Hi, I've just started learning to program in SDL and have come up against a problem. I've just started writing a 2D bottom-up scroller (think 1942) but the problem being its eating up memory by the mb and I have no clue why. The source can be found here and if anyone could give me any pointers...
  7. M

    GP2X Max() And Min()

    Hi, I'm trying to port a game I wrote in C++ using the Windows API (so yeah, a total re-write I guess). Part of the game used max() and min() from the stdlib for movement. I've tried using this in my game (using SDL) and even with the stdlib included it doesn't recognise the function. Are they...
  8. M

    GP2X Trouble Compiling Using Dev-cpp And Sdl (with Hw Accell)

    Hey everyone, I'm about to buy myself a lovely GP2X and wanting to start coding for it. I've gone the bloodshed route using the tutorial on the gp2x wiki and installed devkitgp2x with paeryn's hw SDL (I'm guessing you just replace the specific SDL headers and libs with paeryns?). Anyway, when I...
Back
Top