Recent content by nadir

  1. N

    260 Free Videogame Icons For Gmenu2x

    great work
  2. N

    GP32 Random Function

    int rand_num, dice_MAX=6; srand( (unsigned)(time( NULL )+ dice_value*SDL_GetTicks()) ); rand_num=rand()%dice_MAX; At last it is working after 2 week. Thank you all a lot :D :D :D :D :D :D :D :D :D :D
  3. N

    GP32 Random Function

    Thank you all, i will try these different solution as soon as i get back home on Saturday
  4. N

    GP32 Random Function

    hi I am written a program that use rand function The program compile and run on my PC with out any problem. but; The program compile and run on GP2X, But rand will not work, i do not get any out, if i remove rand from my program and set a fixed number i get an output. i have made test program...
Back
Top