la taille de ton image est ptetre mal configuré soit dans tipaint+, soit ds bitmapput
happy Le 01/09/2001 à 02:30 mai c pa possible vu ke limage fai exactement 160*100 pixel é él apparai tré bien sur tipaint+
dan l'aide de tigcc ya un truc sur le "clip" et g pri la précaution de mettre:
SetCurClip (&(SCR_RECT){{0, 0, 159, 99}})
mai ya rien ki marche!
SetCurClip !? mais pour quoi faire !?
il fo un truc du genre
BitmapPut(0,0, (BITMAP*)&(unsigned char[]){0,100,0,160,tes_lignes_hexa}, (SCR_RECT){{0,0,160,100}}, A_NORMAL);
happy Le 01/09/2001 à 02:30 ahhh c cool ca marche mai ya une erreur dan ta ligne
y fo mettre:
BitmapPut(0,0, (BITMAP*)&(unsigned char[]){0,100,0,160,tes_lignes_hexa}, &(SCR_RECT){{0,0,160,100}}, A_NORMAL);