432Fermer434
GodzilLe 17/11/2007 à 17:54
Dude (./428) :
D'ailleurs, pour revenir au sujet initial trifaq j'ai un probleme avec les symboles (dans GTC oncalc), exemple :
#define TRUC 3
#define BIDULE TRUC
#if BIDULE == TRUC
//etc...
#endif

...ne marche pas.

Je pense qeu GTC doit faire un
{"TRUC" = 3}
{"BIDULE" = "TRUC"}

et quand tu fait

#if BIDULE == TRUC

il cherche a faire
#if TRUC == 3

Ce qui n'est pas ce que tu cherche, tout simplement