salut !!!

me revoila apres avoir encasrte ce P****N de PC ds le mru
iceman> mon mail c'est : cloez.guillaume@wanadoo.fr (mon frangin

)
bon g u le temps d'etidier la methode pour mettre ses images hors de l'executable,(merci slubman

) et g qd meme un petit probleme....
voila:
#include "gpdef.h"
#include "gpstdlib.h"
#include "gpgraphic.h"
#include "gpmain.h"
#include "gpfont.h"
#define GPG_TAG "gpg"
#define image_path "gp:\gpmm\image"
GPDRAWSURFACE gpDraw;
void GpMain(void *arg)
{
GpRelativePathSet(image_path);
unsigned char *titre=NULL;
GpLcdSurfaceGet(&gpDraw, 0);
GpRectFill(NULL, &gpDraw, 0, 0, gpDraw.buf_w, gpDraw.buf_h, 0xff);
GpSurfaceSet(&gpDraw);
GpFileOpen("titre.bin");
do
{
GpBitBlt(NULL,&gpDraw,0,0,320,240,(unsigned char*)titre,0,0,320,240);
}
while(1);
}
qd je fait ca, le prog se compile parfaitement,mais a la place de mon image titre, g droit a un super ecran blanc
qqu'un pourrait me dire ce qui va po ????
merci
PS: qqu'un arrait un pied de biche pour mon PC???
