Search results

  1. N

    Release Zombiepox

    As I said (a year ago - apologies) here is zombiepox for the Pandora: Zombiepox I did try putting this on the repo but there's issues with the descriptions not being available on the pxml? I think I did have a time trying to sort the PXML and eventually did it. As I put this together some time...
  2. N

    Release [GP2X] Zombiepox-1.1.4

    Zombiepox 1.1.4 changes: - Looked again at the music not playing. After fixing it but not being able to replicate the non-playing music state I suspected it was playing but at a too low volume** - Non working options menu wasn't displaying. Possibly due to same button being used to enter and...
  3. N

    Software PND shell script not executing

    After feeling nostalgic about devving for the GP2X again (and actually finishing the issues in Zombiepox - release coming within the next few days),I've turned towards the Pandora to try and get something running (yes, Zombiepox). I tried again with cdevtools on the Pandora and got nowhere. Then...
  4. N

    Allegro not working?

    I've been looking at trying to get Allegro working by compiling Atanks 6.4, then v 6.0 via CDevTools but it just doesn't seem to recognise that allegro is there. Am I compiling the wrong version? Do I need to do additional setup to get it running?
  5. N

    Pandora Slow Pandora builds

    I've recently been playing around with cdevtools and managed to get a couple of projects running via the Pandora but they are running really really slowly and I don't know why - here's a zip file of the parallax scrolling test: Pandora Scrolling Test Thanks for your help. [edit]: link fixed
  6. N

    Pandora My windows dev setup for the Pandora

    Rather than spam the boards unnecessarily I'm combining 2 posts in one. Firstly hi (it's been a while - and I made a post on the old gp32x boards but that's pretty dead nowadays). Secondly I wanted to show off my dev setup that I got working by cobbling pieces together and using some of my old...
  7. N

    My Windows Dev Setup For The Pandora

    As promised, here's what I did to get development on my Windows 7 machine.   From this link http://www.gp32x.de/board/index.php?/topic/55711-getting-cross-compiling-up-and-running-on-windows/   I followed:   Step 1 (with the exception of installing it to C:/ and not the program files folder -...
  8. N

    Old Face To Say Hello

    I've not been on this forum in ages!   But I am here to say hi and...waitaminute...what am I doing on the Pandora section???   Ah ha, that's because I managed to get a Rebirth in around June last year and thoroughly enjoying my little bundle of joy. I've also managed, last night, to get a test...
  9. N

    Win32 Programming Help, Please

    To suppliment my income I've been searching for freelance work and I have one that is writing an interactive screensaver. I've found the relevant code and such, esp writing under MinGW, however, when compiling I get: CODE undefined reference to DefScreenSaverProc@16 undefined reference to...
  10. N

    Array Problems

    I'm getting a bunch of compiler errors with: invalid types 'int[int]' for array subscript. They refer to all the lines below concerning boardInfo->boardNum[numOfPlayers] in the test.cpp file CODE void checkboard(){ if((boardInfo->boardNum[numOfPlayers] >= 31) &&...
  11. N

    GP2X Portable Paths Question (sdl)

    I want to be able to use 1 set of paths to a folder with the images to load into SDL surfaces via the load bitmap function, however, when I use: CODE SDL_Surface *test_expensesList = SDL_LoadBMP("graphics/expenseslist.bmp"); SDL segfaults as I'm not specifying: CODE SDL_Surface...
  12. N

    Open Red Alert

    Right, I've got the file compiled and I'm trying to run it on the gp2x, but it keeps asking for certain mix files that I don't have. Could someone PM me a list of all the .mix files that red alert has in its folders (post patching possibly)? Sorry about the nature of this, although red alert...
  13. N

    Refesh The Sd Card Data

    I'm trying to minimise the swapping of my sd card from my gp2x to the pc and I attempted to copy a file from the pc to the gp2x via the usb network - basically opening the network places icon and accessing the gp2x from there. Even though the file copied, refreshing the folder did not make the...
  14. N

    Help Wanted With Makefile

    I keep getting the following problems when linking the SDL_mixer library: CODE C:\openredalert>make make ../bin/openredalert.gpe CPPFLAGS=" -O2 -g -fmessage-length=0 -D_FORTIFY_SOU RCE=2 -fPIC -IC:/devkitGP2X/include -IC:/openredalert/src -o" make[1]: Entering directory `/c/openredalert' cd...
  15. N

    GP2X Help For Those Setting Up Msys In Vista

    I've got a new laptop with vista basic and I tried setting up the IDE-Less environment, but vista gave an error, when running make in cmd, similar to: CODE AllocationBase 0x0, BaseAddress 0x71590000, RegionSize 0x30000, State 0x10000 C:\MinGW\1.0\bin\make.exe: *** Couldn't reserve space for...
  16. N

    The Road To Mayfair

    Just a quick update to let you know that I've not forgotten about this. I'm still unemployed and trying to look for work so the project is on hold a little while until things are sorted. The fading splash screen and title screen is done now: Some of the main game menu's work and I've...
  17. N

    What Is The Title Of This Game?

    Here's one that'll test you lot! :P I've been searching for this game since I played it, as a shareware, years ago but I cannot remember the name of the game. I first played it when it appeared on the shareware section of PC Gamer's CD's. If I recall correctly, the issue in question was the...
  18. N

    Nice Ebay Find

    Sega 32X DevCard hardware kit
  19. N

    Introduction To Dynarecs

    I've found this on Dynamic Recompilation. Hope this is useful for anyone wanting to learn about it. If you aren't sure about Function Pointers then click here for some tutorials, as you will need to understand them for the article above.
  20. N

    Pen And Paper

    Just wondering (probably going to get flamed but I'll ask anyhow), but is anyone here a roleplayer, as in the table-top dice rolling sort?
Back
Top