Probleme compilation
liltan
Messages postés
2
Statut
Membre
-
fiddy Messages postés 11653 Statut Contributeur -
fiddy Messages postés 11653 Statut Contributeur -
Bonjour, j'ai un probleme au niveau de la compilation du programme. En fait des qie le programme commence a marcher il il ya une fenetre winows qui apparait et qui ferme le programme que voici:
realisation de flou.
//declaration des ressources
int rf[800][600];
int vf[800][600];
int bf[800][600];
for(i=0;i<SCREEN_H;i++)
{
for(j=0;j<SCREEN_W;j++)
{
printf("pixel: %d, %d \t\t",i,j);
color_value=getpixel(ficmod, j,i);
rf[j][i] = getr(color_value);
vf[j][i] = getg(color_value);
bf[j][i] = getb(color_value);
}
}
Merci pour vootre aide!!
realisation de flou.
//declaration des ressources
int rf[800][600];
int vf[800][600];
int bf[800][600];
for(i=0;i<SCREEN_H;i++)
{
for(j=0;j<SCREEN_W;j++)
{
printf("pixel: %d, %d \t\t",i,j);
color_value=getpixel(ficmod, j,i);
rf[j][i] = getr(color_value);
vf[j][i] = getg(color_value);
bf[j][i] = getb(color_value);
}
}
Merci pour vootre aide!!
A voir également:
- Probleme compilation
- Breach compilation c'est quoi - Guide
- Problème Compilation Dev-C++ - Forum C++
- Must declare a named package because this compilation unit is associated to the named module - Forum Java
- Erreur de compilation projet ou bibliothèque introuvable - Forum VB / VBA
- Message d'erreur Excel projet ou bibliotheque introuvable ! - Forum Excel