pkoi Visual Studio me sort ça alors que j'ai juste tapé des typedef complètement normaux (ex : typedef unsigned char V8U dans un fichier .h ?????
Le pire c que j'ai déjà utilisé le même .h dans un autre Projet (Visual C++) est ça à marché nickel...
Des idées ?
Publicité
Posté le 09-02-2001 à 11:47:37
WhitePoney
Moi ! Moi m'sieur !
Posté le 09-02-2001 à 11:57:16
euh le smiley c pas voulu c'est le ; suivi de ) .
Toxin
Carpe ★★ Vitam
Posté le 09-02-2001 à 12:15:57
Heuh c'est pas très précis. Tu peux montrer ton source et nous dire QUAND se produit cette erreur ?
---------------
"If you can walk away from a landing, it's a good landing. If you use the airplane the next day, it's an outstanding landing." - Chuck Yeager. | Chaîne YT | Photos
WhitePoney
Moi ! Moi m'sieur !
Posté le 09-02-2001 à 13:14:45
Les erreurs :
h:\lanceur\include\alcatel.h(3) : error C2071: '<Unknown>' : illegal storage class
h:\lanceur\include\alcatel.h(4) : error C2071: '<Unknown>' : illegal storage class
h:\lanceur\include\alcatel.h(5) : error C2071: '<Unknown>' : illegal storage class
h:\lanceur\include\alcatel.h(6) : error C2071: '<Unknown>' : illegal storage class
h:\lanceur\include\alcatel.h(7) : error C2071: '<Unknown>' : illegal storage class
h:\lanceur\include\alcatel.h(8) : error C2071: '<Unknown>' : illegal storage class
h:\lanceur\include\alcatel.h(9) : error C2071: '<Unknown>' : illegal storage class
Le fichier source (alcatel.h):
typedef signed char V8S; typedef unsigned char V8U; typedef short int V16S; typedef unsigned short V16U; typedef long int V32S; typedef unsigned long int V32U;
Ya que ça dans le fichier.
Toxin
Carpe ★★ Vitam
Posté le 09-02-2001 à 14:39:36
Rigolo ça, tu bosses où ? Moa aussi je suis dans les telecoms.
ce .h contient une référence à un autre .h ?
Pourquoi il y a 7 messages d'erreur et 6 typedef ?
---------------
"If you can walk away from a landing, it's a good landing. If you use the airplane the next day, it's an outstanding landing." - Chuck Yeager. | Chaîne YT | Photos
WhitePoney
Moi ! Moi m'sieur !
Posté le 09-02-2001 à 15:35:28
je suis à Alcatel (:D) ...mais... en stage seulement (:sweat Ouai je sais pour la source g viré une ligne(j'avais mis "typedef int bla;" et ça marchait pas non plus)