Recent content by Dumoria

  1. D

    GP32 Libmikmod

    Err sorry to bother everybody with a good fat newb question, but : I wonder how you declare an external library for gcc, that can be recognizable this way ? Is it possible to use Linux gcc ? Thanks for your patience :)
  2. D

    GP32 Gp32 Code Repository

    Good idea ( as it can be hard to find GP32 code samples !) I vote for the pinning :)
  3. D

    GP32 Printf In A Gp Program...

    Actually I used this : gm_sprintf(message,"%lf Hz %d ms", frequency, time); and that works fine. I didn't see the wrong %d before :)
  4. D

    GP32 Printf In A Gp Program...

    That should work fine ! I didn't think about it. Thanks !
  5. D

    GP32 Printf In A Gp Program...

    Hello, This is rather a newb question, i'm sorry, but I have some experience in standard C, so I prefer asking it there. In fact, I'd like to print the value of a float on the GP screen. Doesn't seem difficult, but does the sdk have an equivalent of the printf function ? I found GpTextOut, but...
Back
Top