Recent content by Flynn_fr

  1. F

    GP2X Problem With Fw 4.1.0 Libm's Dynamic Library

    For those interested by this problem of mixing static and dynamic libs, a working solution may be seen in the sources of Fcalc 0.2 that I just released. Flynn
  2. F

    GP2X Problem With Fw 4.1.0 Libm's Dynamic Library

    Hello everyone. I'm getting crazy trying to make the internal dynamixc LIBM to work properly in formware 4.1.0. It links properly, but all functions returns wrong values, as if the format was wrong or something. exemple : double d = atof("9999") printf("%f", d) prints "-1.998871 I'm not...
  3. F

    Fixed 4.1.0 Firmware Available At Gamepark Site

    There is no source code yet, they usually upload it to http://svn.gp2x.com/gp2x/tag/ . Hum, maybe it does this only when SDL lib is initialized !? (i.e. the culprit steali,g bytes is the SDL lib itself ?) BTW I was reading a ts_event slightly different, thus reading more bytes than you do...
  4. F

    Fixed 4.1.0 Firmware Available At Gamepark Site

    You have a point. I've made a small app that dumps the output of wm9xx. The structure it's supposed to return is 16-bytes long. Under 4.1.0, it returns randomly only the beginning of the structure, i.e. 4 or 8 or 12 bytes, and sometimes 16 bytes, which I interpreted as some other process was...
  5. F

    Firmware 4.1.1 At Gph Site Available

    They don't say if you have to upgrade from 4.0.2 or if you may upgrade from 4.1.0 ? Did someone try this ? 4.1.0 -> 4.1.1 ? Flynn
  6. F

    Fixed 4.1.0 Firmware Available At Gamepark Site

    There will be a release of Fcalc for firmware 4.1.0 soon. 4.1.0 really fixes correctly the touchpad, making SDL seeing it as a mouse. It breaks old software because old software used tricks to get the touchpad information and it collides with SDL beahviour in 4.1.0. Beside, you need an...
Back
Top