Recent content by Kalakian

  1. K

    Compiler Frustration

    I can't check any of this out just now as I'm at Uni, but here goes... The code seems to be fine, but I'd change the blitting line to SDL_BlitSurface(bmp, NULL, screen, &targetarea); I don't think this would solve the problem itself, but give it a try anyway. As for the makefile, you've set...
  2. K

    Sd Card Problems

    Hmmm, what make of card reader and how old is it? I'm saying that cos there are problems with some card readers and cards over 512Mb as discussed in this thread: http://www.gp32x.de/board/index.php?showtopic=22864 (which i've posted another thread link in to another similar problem - oh the fun...
  3. K

    Card Reader/writer Advice

    The same is probably true for my TwinMOS 7-in-1 then, cos it does the same and I bought it for my GP32 and always used it with small cards.
  4. K

    Sd Card Problems

    Are you able to use the usb cable to connect the Gp2x directly to the PC? If so, try transferring the files this way to see if it works.
  5. K

    Card Reader/writer Advice

    You're not alone, have a look at this thread http://www.gp32x.de/board/index.php?showtopic=22648 I've abandoned using my card reader now, in favour of just using the usb cable. One thing I am curios about tho, is are you running windows XP?? It could be a microsoft problem, and if its not...
  6. K

    Quick Question About The Gbax Cards.

    I got one of those cards when I ordered my gp2x and have had no problems with it. Flashes the firmware fine - pity my card reader sux (or XP hates it) and I have to use the usb cable for transfers.
  7. K

    GP2X How To Use Visual C++ 2005 Express

    Cool, I have never updated a wiki b4 and wouldn't know where to start. I'm not much for documenting, I just hack things together till they work and leave it to someone else to document properly ;) The wiki has a basic hello pixel program, which I modified to show a square in this thread...
  8. K

    Sd Fat Corrupt

    If at first you don't succeed... give up and use the gp2x cable instead :) I tried everything to get my card reader to write a lot of files to the card without corrupting, but nothing works. Either my card reader sux or xp just doesn't like it. Anyway, using the usb cable i can transfer to...
  9. K

    Sd Fat Corrupt

    If you can remember how to do that again, let me know so I can turn my 1Gb into a 48Gb :P
  10. K

    Sd Fat Corrupt

    Yup, I just tried and got the same, so it seems to be the card reader/OS/drivers at fault. I have a TwinMOS 7in1 card reader running on XP.
  11. K

    GP2X How To Use Visual C++ 2005 Express

    Are you trying to add both the custom rules, GCC Compiler and GCC Linker? Can you give us a better idea of what you have working / not working so that someone can help you out. Is it compiling but not linking, or not doing either?
  12. K

    Sd Fat Corrupt

    I've got an annoying problem where the FAT on my SD card keeps on getting corrupt. It works fine for running games etc, but sometimes when I put on a lot of files, it appears fine on windoze, but as soon as I put it into the GP2X it's f*ked. When I go into game, music or utils, there are no...
  13. K

    GP2X How To Use Visual C++ 2005 Express

    Yeah, I tried to use the *.o files, but as there are no *.o files actually in the project (they're just output files), it doesn't do anything.
  14. K

    GP2X How To Use Visual C++ 2005 Express

    Finally got this thing to compile, but it's not linking any external libraries - how would I do that? Edit:I took the rule file provided on the wiki and modified it a bit to give another supplemental rule file. Copy the following XML file and paste it into a file called arm-linux-link.rules in...
  15. K

    GP2X How To Use Visual C++ 2005 Express

    Is there any way to get only certain configurations to use the custom build rules? This would be great for compiling using "Debug" for testing out on windows, and "Debug_GP2X" for compiling straight for the device
Back
Top