newbie problem

Hi all , i'm a rookie pocket pc programmer , an i need some guidance.
i'm working with the gledplay templates , but there's a simple action that i'm unable to do.
i want to create a surface from an image file ( fondo.png) , so i put the next code to create the surface.
surface.create(TEXT("fondo.png"));
the code seems to be ok , since i don't receive any error message in the compilation process, but the image doesn't appear on the emulator screen.
y put the file fondo.png into the Debug folder , where the exe is created , and in the parent folder , but it never appears on the emulator screen.
Where should i put my resource image files?
thanks in advance for your answers , and pardon for my bad use of the english language.
i'm working with the gledplay templates , but there's a simple action that i'm unable to do.
i want to create a surface from an image file ( fondo.png) , so i put the next code to create the surface.
surface.create(TEXT("fondo.png"));
the code seems to be ok , since i don't receive any error message in the compilation process, but the image doesn't appear on the emulator screen.
y put the file fondo.png into the Debug folder , where the exe is created , and in the parent folder , but it never appears on the emulator screen.
Where should i put my resource image files?
thanks in advance for your answers , and pardon for my bad use of the english language.