Search results for query: *

  • Users: 7zark7
  • Content: Threads
  • Order by date
  1. 7

    Pandora For Sale

    See my post in marketplace, my dog has some kind of auto immune disease and insurance company has done us over on fees, with 1K in and probably the same to come I have decided to sell. If there are no takers here I will try my luck with E-bay Goddam :(
  2. 7

    Pandora For Sale

    I have decided to sell my pandora as I have been landed with huge vets fees for my very poorly dog (over 1K and counting). Whilst I will get some of this back, his condition is not totally covered by insurance, bummer. This was sold as an original one nubber, however as far as I can tell, both...
  3. 7

    Sdl On Unoffical Sdk

    thanks for the Unoffical SDK , it has really helped me , I have managed to compile a basic hello world from codeblocks using this SDK and it works. copied it across the pandora and executed it as a console app :) small victories ha ha. Now I have tried to write a small piece of SDL code...
  4. 7

    Quick And Easy Question.

    I am pretty new to coding without visual studio to help me ... so am a total noob with gcc etc. I have downloaded a toolchain for arm and got it compile hello.c. Then I have downloaded the LibPnd from git and built it using make. I then tried to compile one of the test apps discotest.c using...
  5. 7

    Vnc Server

    Was thinking is it possible to get a VNC server on the pandora, then any development on the machine itself could be done from a laptop with VNC viewer .... Thoughts ?
  6. 7

    My Thoughts !

    I opened up Pandora's box today and was slightly suprised by the thickness of the device compared to the wiz, it really is a lot thicker ! Having read some of the issues over build quality that other people had raised and also the fact that I knowingly adopted a one nub unit I was fearing the...
  7. 7

    Switching Off

    Every time i tell my pandora to shut down (by clicking on shutdown) it restarts, i am probably doing something stupid. 7Zark7
  8. 7

    Wiz For Sale

    Around 2 months old and in perfect condition, I have decided to buy a pandora so first good offer gets it :) Drop Me a PM i am in the uk but will post abroad. Mark
  9. 7

    I Need Some Help

    Have been wasting loads of time with the official sdk and getting nowhere, i get a succesfull build but the gpe will not run. Life is to short to be buggering around with a sdk and document which seems full of misinformation, plus I have never used codeblocks before. So the question is , what...
  10. 7

    Caanoo / WIZ Wiz Development

    Hi, it all seems very quiet around here, but I will ask anyway :) I have my development environment up and running on Ubuntu (VM), the 2d application included in the SDK compiles nicely. How do you currently do debugging and transfers to the device ? Is it possible to have step by step...
  11. 7

    Offical Sdk

    I have installed the official SDK , I also downloaded CodeBlocks as suggested. I tried to open the 2d project example and build it for the target. I am getting an error that when g++ is being executed it cannot find the CygWin Dll. I have installed Cygwin and have re-booted..... So before i...
  12. 7

    What Do You Mostly Use

    Now i have my Wiz and have got picodrive and mame running. What emulators or games do you play the most. Are there any good turn based rpg's out there I should try :) Should I try quake , or does doom run better. Mark
  13. 7

    Advice On What To Buy

    wiz today ? or wait for Pandora tomorrow ? I want to play 8 bit (speccy , c64 , bbc) and then amiga (chaos engine not AGA version). I also want to play MAME especially Namco System One, such as Splatterhouse..... So the questions stands if it were your money would it be wiz today or Pandora...
  14. 7

    In A Real Quandry....

    This post is not intended to start a flame war or provoke anything other than a bit of dicussion... I find myself unable to make a choice about re-ordering and would appreciate the thoughts of the community. I think that if I am sitting here thinking like this then others will be too. I did not...
  15. 7

    Overclocking ....

    how far can i push the gp2x safely ?? i have mine at 305mhz and its stable playing games, would i dare to go much more , can i damage it ?!
  16. 7

    Cross Compiling...

    an example makefile that creates an exe and a gpe for the devkit , the one on the wiki does not seem to be geared to the devkit ...
  17. 7

    A Little Sdl Help Now...

    Okay i am learning tons here as i go , sorry but i need to paste a bit of code here. The end result of this code is nothing , i have probably made a mistake in my understanding of SDL ... so any pointers as to why (no pun intended) woud be most welcome. (i have bolded the area where i think it...
  18. 7

    Driving Me Insane

    I am sure i am doing something stupid, but i cannot get anything written to my file... can somebody offer some advice , here is my code. it never falls into error clauses but does not write to the file... OutFilePtr = fopen("/mnt/sd/ebook/debug.txt","w"); if(!OutFilePtr) { //do...
  19. 7

    Compile Help

    I get this message C:\devkitGP2X\demo>make C:/devkitGP2X/bin/arm-linux-gcc `C:/devkitGP2X/bin/arm-linux-sdl-config --cfla ` -O2 -Wall -Werror -c -o demo.o demo.c C:/devkitGP2X/bin/arm-linux-g++ -static -o demo.gpe demo.o `C:/devkitGP2X/bin/ m-linux-sdl-config --libs` demo.o: In function...
  20. 7

    Screen, Output Etc

    please see this post, i posted this in the wrong place , silly me.... http://www.gp32x.de/board/lofiversion/index.php/t24315.html
Back
Top