EDITEUR D'IMAGES .BMP ET .SEB AVEC QUELQUES OPERATIONS BASIQUES.
sebos2013
Messages postés64Date d'inscriptionvendredi 23 août 2002StatutMembreDernière intervention 7 décembre 2006
-
15 août 2003 à 00:06
cs_lom
Messages postés5Date d'inscriptionmardi 28 janvier 2003StatutMembreDernière intervention13 novembre 2003
-
13 nov. 2003 à 15:07
Cette discussion concerne un article du site. Pour la consulter dans son contexte d'origine, cliquez sur le lien ci-dessous.
cs_lom
Messages postés5Date d'inscriptionmardi 28 janvier 2003StatutMembreDernière intervention13 novembre 2003 13 nov. 2003 à 15:07
Merci.
sebos2013
Messages postés64Date d'inscriptionvendredi 23 août 2002StatutMembreDernière intervention 7 décembre 2006 13 nov. 2003 à 14:19
Le fichier atlimage devrait normalement se trouver dans C:Program FilesMicrosoft Visual Studio .NETVc7atlmfcinclude je vais donc l'ajouter dans le zip.
cs_lom
Messages postés5Date d'inscriptionmardi 28 janvier 2003StatutMembreDernière intervention13 novembre 2003 13 nov. 2003 à 11:25
Quand je compile les sources, j'ai ce message:
C:Documents and SettingsMes documentsc++Test2>gcc Monprog.cpp
In file included from Monprog.cpp:6:
Ajout.h:1:22: atlimage.h: No such file or directory
In file included from Monprog.cpp:6:
Ajout.h: In function `void SaveBitmap(HBITMAP__*, char*, int)':
Ajout.h:62: `CImage' undeclared (first use this function)
Ajout.h:62: (Each undeclared identifier is reported only once for each function
it appears in.)
Ajout.h:62: parse error before `;' token
Ajout.h:63: `myimage' undeclared (first use this function)
Ajout.h:205:2: warning: no newline at end of file
Monprog.cpp:274:2: warning: no newline at end of file
Est-ce que les sources sont OK? Et je ne trouve pas le fichier atlimage.h.
sebos2013
Messages postés64Date d'inscriptionvendredi 23 août 2002StatutMembreDernière intervention 7 décembre 2006 15 août 2003 à 00:06
C mon premier prog en api win32, je pense l'ameliorer alors donnez moi des idees.
13 nov. 2003 à 15:07
13 nov. 2003 à 14:19
13 nov. 2003 à 11:25
C:Documents and SettingsMes documentsc++Test2>gcc Monprog.cpp
In file included from Monprog.cpp:6:
Ajout.h:1:22: atlimage.h: No such file or directory
In file included from Monprog.cpp:6:
Ajout.h: In function `void SaveBitmap(HBITMAP__*, char*, int)':
Ajout.h:62: `CImage' undeclared (first use this function)
Ajout.h:62: (Each undeclared identifier is reported only once for each function
it appears in.)
Ajout.h:62: parse error before `;' token
Ajout.h:63: `myimage' undeclared (first use this function)
Ajout.h:205:2: warning: no newline at end of file
Monprog.cpp:274:2: warning: no newline at end of file
Est-ce que les sources sont OK? Et je ne trouve pas le fichier atlimage.h.
15 août 2003 à 00:06