Salut,
Je suis entrain de compiler un code sous visual c++ 6.0, et dans le code
il y'a la lecture du fichier excel
lors du compilation il m'a sorti ces erreurs
d:\itplus2\sources\datafeed\parsersplugin\crest\debug\excel.tlh(53130) : error C2059: syntax error : ','
d:\itplus2\sources\datafeed\parsersplugin\crest\debug\excel.tlh(71888) : warning C4003: not enough actual parameters for macro 'RGB'
d:\itplus2\sources\datafeed\parsersplugin\crest\debug\excel.tlh(71888) : error C2629: unexpected 'long ('
d:\itplus2\sources\datafeed\parsersplugin\crest\debug\excel.tlh(71888) : error C2238: unexpected token(s) preceding ';'
d:\itplus2\sources\datafeed\parsersplugin\crest\debug\excel.tlh(72962) : warning C4003: not enough actual parameters for macro 'DialogBoxA'
d:\itplus2\sources\datafeed\parsersplugin\crest\debug\excel.tlh(72962) : error C2059: syntax error : ','
d:\itplus2\sources\datafeed\parsersplugin\crest\debug\excel.tlh(79989) : warning C4003: not enough actual parameters for macro 'DialogBoxA'
d:\itplus2\sources\datafeed\parsersplugin\crest\debug\excel.tlh(79989) : error C2059: syntax error : ','
d:\itplus2\sources\datafeed\parsersplugin\crest\debug\excel.tlh(85881) : warning C4003: not enough actual parameters for macro 'RGB'
d:\itplus2\sources\datafeed\parsersplugin\crest\debug\excel.tlh(85881) : error C2589: '(' : illegal token on right side of '::'
....
Est ce qurlqu'un a une idée à propos de ça
Merci