View Single Post
  #23 (permalink)  
Old March 22nd, 2006, 02:18 PM
ton ton is offline
Eager Mistic Beaver
 
Join Date: Feb 2004
Location: Holland (near Rotterdam)
Posts: 237
Hey that works. Thanks.
I only noticed that in the simulator I made, I have to use the 0/Ins key of the numeric keys for the menu, instead of the . key as is in the picture and which does work in LGMS's simulator. But that is no problem of course.
Thanks again and also thanks again to LGMS.
edit:
Oh I didn't see the post by LGMS and drippydonut's reaction on that when I replied.
Is it this part:
/* Try and load the background image. If it fails go without */
if (background) {
picture_surface = SDL_LoadBMP("UI256.b mp");
if (picture_surface == NULL) {
background = false;
fprintf(stderr, "warn: %s", SDL_GetError());
__________________
Now enjoying my H320 with Shure SE530
Laissez les bons temps rouler with them !

Last edited by ton : March 22nd, 2006 at 02:32 PM.
Reply With Quote