Search results

  1. rodolforg

    Has Your Wiz Internet Access?

    After finnishing my current app in development, I intend to work on a network game (one player against other, through Internet access). It would be a strategy/minor action game, in a few (and maybe wrong) words. I don't want to give more details by now, I just want to see how large the number...
  2. rodolforg

    Killed

    I'm coding an applicatation that uses SDL. sometimes, when I try to allocate a surface (by SDL_CreateRGBSurface) - and yes, it's a little big, the program crash reporting "Killed" message, and not just a NULL pointer to the supposed to be returned surface. Any idea how can I prevent that crash...
  3. rodolforg

    Getting Default Language

    Is there a way to know how language the user has set in Wiz Settings? I'm developing a game and an app (C language by using official SDK) and I'd be glad if I know it. setlocale("") doesn't works :P
  4. rodolforg

    Wiz File Archive

    Hi. I worked on this app long time ago (last year's september) with EvilDragon permission. After some a lot tests made by crow_riot (thank you so much, btw), I realized that different firmwares have different versions of BusyBox and, of course, of its tools. I used them in a shell script in...
  5. rodolforg

    Simultaneous Access To Framebuffer

    Hi. Is there a way to let 2 programs write on frame buffer with at least one of them not knowing about this concurrence? I would like to do an... image overlay (I think that's the word). Regards.
  6. rodolforg

    Lua 5.1.4

    Hi. For my personal projects I've compiled the Lua library and interpreter and everything went fine. As far as I tested, it's really ok. It depends on libhistory and libreadline, both provided by Openwiz toolchain. Download Lua 5.1.4 for Wiz
Back
Top