Search results

  1. S

    How Do I Start Devloping

    i write simple multiplatform fenix IDE. may be that help you, but later :) im starting with fenix too, but at first i need complete IDE for linux. thread http://www.gp32x.de/board/index.php?act=S...=37&t=37546
  2. S

    Help Me With Fenix Api

    coz i not found any usefull editor for fenix language on linux platform, i write it yourself. editor is not ready for publish yet. i need complete API for fenix. some docs i downloaded but its not complete. my english is poor and spanish ;P :( video of editor in action is here...
  3. S

    Rlyehs Minilib As Python Module

    hi, can anyone compile minilib as python module ? i trying use SWIG or CableSwig to generate wrapper for this but no luck :(
  4. S

    Cradle Question

    uff, i hate cables :( maybe anyone make adapter which poweron both devices :) good idea to start another mod for gp2x.
  5. S

    Cradle Question

    just got my cradle :) and question is ...... when i plug power adaptor into cradle my gp2x wont start :( i must have 2 power adaptors ? one for gp2x and second for cradle? when i power on gp2x and plug into cradle i can read from flash etc. without prob. i have 1.5V/2A to 12.0V/1A stabilized...
  6. S

    Drod For Gp2x

    wow * 1k; i love this game from my desktop !!! thanks..
  7. S

    GP2X Compiling For Fenix Gp2x On Linux

    thanks a lot. this version working :)
  8. S

    GP2X Compiling For Fenix Gp2x On Linux

    no prob. now i have version working with WINE. :) i contacted puck2099 by email for any ideas.
  9. S

    GP2X Compiling For Fenix Gp2x On Linux

    thanks for your help. but like i said: im developing on linux [ currently Archlinux on Desktop PC and Ubuntu on laptop ] not on Windows :( your version works fine with gp2x but i must use "wine" under linux system to compile source .prg to .dcb :( but generated .dcb that works on gp2x dont...
  10. S

    GP2X Compiling For Fenix Gp2x On Linux

    <code> PROGRAM Hello; Begin x=0; while(x < 320) delete_text (0); x += 2; write(0, x ,100, 1, "hello world"); FRAME; End; End; </code> on linux desktop compiled with: 0.84 .... working 0.84b .... working 0.91 .... working on gp2x not working with compiled test.dcb from all this...
  11. S

    GP2X Compiling For Fenix Gp2x On Linux

    i tested simple app downloaded from fenix.divsite. like i say when i compiled on desktop... running fine but on gp2x still no. in script i use "./fxi ./test.dcb -nosplash 2>err.txt" and after crash error log says: " ./test.dcb: no es un DCB version 2 o compatible ". i think that my desktop fxi...
  12. S

    GP2X Compiling For Fenix Gp2x On Linux

    hi, first sorry for my english. i write some simple app in fenix for gp2x on linux machine. i used v0.84b . program compiled succesfully without any error. on linux app running but on gp2x not :( only logo appear and then fall back to menu. heh, trying to compile with v0.84. on linux all ok...
  13. S

    Uae4all Queries

    i playing my favorite games at 250mhz with fake sound and frameskip 2. now Nicky Boom and X-it. cannot overclock more :( btw: is .DMS archives spported ?
  14. S

    This Is Ridicoulous

    same as me :) some usb card readers { i have one of them :) } can read only 1gb sd cards and dont recognize newest cards >1gb. try another card reader. now i use built in card reader in notebook and all is ok. i have 2x 2gb apacer 150x cards
  15. S

    Usb & Linux Problem

    you have g_ether module replaced with this http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,17,1824 on gp2x side ? this working for me in usb and telnet mode without any prob. i use Archlinux
  16. S

    Making Sound Effects - Any Free Methods?

    if you want original sound, instruments or samples try ZynAddSubFX or CSound. sry for no url link.
  17. S

    Gneogeo2x Without Sound

    check config file and set : sound: true
  18. S

    Sound Playing Too Fast

    oh, thats easy. thanks. i feel like idiot :)
  19. S

    8bit Graphics Editor

    for tiles i using mtPaint
  20. S

    Sound Playing Too Fast

    i testing pygame-beta2 right now and i have same problem. fw 2.1.1 and no solution for me yet.
Back
Top