[quote:fe55db3463="Seb"]Il y a une errur quand on essaie de faire
[code:1:fe55db3463] void *MyPtr=HeapDeref(MyHandle);
((char [height][width])MyPtr)[y][x]=n;[/code:1:fe55db3463][/quote:fe55db3463]
Solution:
[code:1:fe55db3463] void *MyPtr=HeapDeref(MyHandle);
((char (*)[width])MyPtr)[y][x]=n;[/code:1:fe55db3463]
Zeph Le 26/09/2003 à 22:54 Tu as regardé les dates des posts avant de répondre Kevin ?

All right. Keep doing whatever it is you think you're doing.
------------------------------------------
Besoin d'aide sur le site ? Essayez
par ici :)
Oui, et alors? Il n'est jamais trop tard pour donner la bonne réponse.