Search results

  1. K

    I Took A Video! :d

    I took a vid of my GP2X. :D The camera sort of tilted to the side, and I didn't notice, but at least it didn't wobble around much. http://www.youtube.com/watch?v=66pN6r2-VnE&fmt=18 :) Edit: Curses, my ":D" in the title got turned into a weird smiley! <_<
  2. K

    Shared Libraries

    Hello again. I'm back with more newbie questions. :lol: I'm trying to compile Rlyeh's Minimal Library - but rather than using it in a static linked .gpe, I'm trying to turn it into a shared library(.so). It keeps spitting out this error, and I'm not sure why. (I'm using the Code::Blocks...
  3. K

    How Would I Code This In C++?

    Hi. Because of the lack of java support on my GP2X, I'm now attempting to learn C++. But it isn't going so great. C++'s complicated syntax is spanking me with compiler errors. :lol: I can see why there's courses for this language. It's not something you just start typing, and it works. ;)...
  4. K

    Shell Scripts

    Edit: Figured it out. CODE find /mnt/sd/game/_Java -name jamvm -print >> dir.txt Question 2: How do I store the result of 'find' in a variable? Edit: Solved CODE MYVAR=`find /mnt/sd/game/_Java -name jamvm` Question 3: How to I change the order dirs appear in the Games menu?
  5. K

    Java Runtimes

    Hi. I'm having some trouble getting those java runtimes to work on my GP2X-F200. :lol: It starts, and displays a java logo; then it blinks, and for a split second there's a mouse in the top left corner. Then it goes black, and 2 seconds later it starts making this buzzing/humming/droning...
  6. K

    Eclipse + Java O.o

    Okay, I've been learning Java in my spare time for a little while now, and figured I'd try making something for the GP2X. I've been using JCreator LE(and IDE which apparently vastly simplifies working with projects), and created some tiny win32 games; things like Minesweeper, and Pipedream...
  7. K

    Touchscreen Input In Java

    Simple question; anyone know if touchscreen support for the GP2X-F200 is available in Java? I want to try making something to run on my F200(which should get here tomorrow :D ), but I was wondering if touchscreen support is available. Someone mentioned that for SDL, they're working on a...
  8. K

    Batteries/lithium Aa Mod?

    Forgive my newbish question, but I don't know anything about how the electricity gets from the battery to the internals of the GP2X - and since my GP2X hasn't arrived yet, I can't open it up to look. :D Does anyone know if it's possible to use something like this in a GP2X? I heard something...
Back
Top