Search results

  1. deetee

    Bennugd Touchscreen Support?

    Hi! Thanks for the good answers and hints. Actually I didn't code anything with bennugd - but it seems that bennu has similar possibilities than C/SDL but is easyer to handle. I'd like to develop some kind of text editor with (QWERT-)touchscreen-keyboard - as far as I saw there isn't a...
  2. deetee

    Bennugd Touchscreen Support?

    Hi everybody! Does anyone know if Bennugd supports touchscreen-inputs on the WIZ - and how to code it? Thanks in advance deetee
  3. deetee

    Bennu Installation

    Hello hmn! Thanks for your answer - I have seen a similar solution in a game example (galaxian) for the wiz. Regards deetee
  4. deetee

    Bennu Installation

    Hi! After C++/SDL seems to be to 'overloaded' and 'less handy' I give bennugd a try. After installing compiler, interpreter and libs with the installer-shell (bgd-1.0.0RC17(r165)-installer.sh) I try to compile helloworld.prg (with the command: bgdc helloworld.prg), which uses: import...
  5. deetee

    Compiling Hellopixel.c

    Success!! - first milestone (to my first WIZ-program) reached I made a file "start.gpe" which executes your code and copied libconv, libvorbis and libvorbisfile to my wiz. Launching start.gpe shows me a mouse cursor and my hard expected pixel. But I wonder how other programs can do it without...
  6. deetee

    Compiling Hellopixel.c

    glezmen - you are great - many, many thanks It compiled without any comments - and got an ELF-file "hellopixel". But then I copied it as "hellopixel.gpe" to my wiz and started it with the launcher - and it finally hung up at the "Loading"-screen. Starting in termula it says: Error while...
  7. deetee

    Compiling Hellopixel.c

    Hello glezmen! There is a libiconv.so.2 in my [torpors] toolchain under: /opt/arm-openwiz-linux-gnu/lib/ ... but this path seems to be set in the LIBS-section of my makefile :-[ what now? TIA deetee
  8. deetee

    Compiling Hellopixel.c

    Hello glezmen! Thanks for your (very) fast resonse - I think I'm a little bit closer to success now. After modyfied your makefile to: ARMDIR = /opt/arm-openwiz-linux-gnu CPP = $(ARMDIR)/bin/arm-openwiz-linux-gnu-c++ LIBS = -L$(ARMDIR)/lib -L$(ARMDIR)/libexec -Wl,-rpath,. -lm -lz...
  9. deetee

    Compiling Hellopixel.c

    Hi! Thanks for your hint. I tried your Makefile (without modifications) - but after starting with "make -f Makefile" I got this error(s): Package sdl was not found in the pkg-config search path. Perhaps you should add the directory containing 'sdl.pc' to the PKG_CONFIG_PATH environment...
  10. deetee

    Compiling Hellopixel.c

    Hi, I try to start developing with compiling hellopixel.c - but that isn't that easy. I'm working with a linux-live-system (grml.org) and try to setup the environment to use the toolchain from torpor (includes SDL). Fist I untared the toolchain to /toolchain, made a directory /opt/openwiz...
  11. deetee

    wizTest.gpe bleibt beim "Loading" hängen

    Aha - schade. Vielen Dank aber für deine Antwort und Mühe (meinen Code anzuschauen). Ich versuche mich nun eher in Richtung SDL zu orientieren. LG deetee
  12. deetee

    Welche Debian SDL Packages installieren?

    Vielen Dank für den Tipp. Ich werde das nach meinem Urlaub gleich ausprobieren. LG deetee -- Mo Aug 09, 2010 14:51 -- Hallo, mittlerweile habe ich versucht die toolchain zum Laufen zu bekommen, doch ich schaffe den richtigen gcc-Befehl nicht. Manchmal findet er den .c-File nicht, manchmal...
  13. deetee

    Ideales, billiges USB/Ladekabel für den WIZ - oder?

    Hallo, gerade eben habe ich 2 von mir bestellte Samsung-Kabel (zum Basteln) von Amazon/bennys-store bekommen: http://www.amazon.de/gp/product/B0027HV7QK/ref=oss_product Nachdem ich die 2 Zungen am Stecker abgefeilt hatte, habe ich das Kabel einmal ausprobiert. Und siehe da, es passt, lädt den...
  14. deetee

    Welche Debian SDL Packages installieren?

    Hallo, nachdem ich den C-Compiler (gcc 4.3) auf Debian 5.0 ("lenny" mit Kernel 2.6.26) aufgesetzt habe und mit der toolchain-1.2.4 das Hello-World-Programm (zumindest unter Termula) am WIZ zum Laufen gebracht habe, versuche ich nun, das Hello-Pixel-Programm unter SDL zu starten. Dazu habe ich...
  15. deetee

    wizTest.gpe bleibt beim "Loading" hängen

    Vielen Dank für den Tipp - aber irgendetwas mache ich falsch. Ich sehe nur einen schwarzen Bildschirm - danach kommt das gp2xmenu (zumindest kein Absturz). Also ich habe 3 Files: /game/test.ini [info] name="test" path="/test/shell" icon="" /game/test/shell #!/bin/sh ./test.gpe sync cd...
  16. deetee

    Frodo, Vice und die Tastenbelegung

    Hallo, leider funktioniert Vice bei mir am WIZ nicht gut - nur jedes 10-te Spiel kann ich laden. Ausserdem ist Vice sehr langsam. Schade, war Vice doch am PC doch der Lieblingssimulator meiner Kinder. Besser funktioniert Frodo - der ist (im Hauptmenü und an der virtuellen Tastatur) schon fast...
  17. deetee

    wizTest.gpe bleibt beim "Loading" hängen

    Hallo - vielen Dank für die Antworten und Tipps, die sich nun relativ breit auffächern und viele weitere Fragen aufwerfen: @simonsunnyboy Was meinst du mit "Binary korrekt ablegen"? Ich hab's im game-Ordner in einen Subordner test gelegt und einen .ini-File angelegt, der /test/test.gpe aufruft...
  18. deetee

    wizTest.gpe bleibt beim "Loading" hängen

    Hallo sbock - meine erste Post und dann gleich einen Tipp vom Meister ... Danke für die Termula-Empfehlung - tolles Programm, wenn auch eine Prüfung für meine alten Augen. Ist es möglich Termula mittels USB-Keyboard oder vom (Linux-)PC-Terminal zu betreiben? "Hello World" funktioniert -...
  19. deetee

    wizTest.gpe bleibt beim "Loading" hängen

    Hallo, als stolzer Neuling am WIZ möchte ich gerne (wie so viele vor mir) Software entwickeln. Dazu möchte ich auf meinem Debian-Linux-System C++ Programme (gcc) schreiben, die ich mit der toolchain in ein .gpe kompilieren und am WIZ starten will (SDL ist dann noch ein eigenes Thema). Dafür...
Back
Top