Debugging my application I noticed that only two local variables that I declared within a function are visible. The other ones are "not allocated", according the Data:2. Does anybody know why?
The following lines appear in the Data:2 window of the debbuger:
type <not allocated> Load_type_t
aux <not allocated> unsigned char
ch1Status <not allocated> unsigned char
Renan
Message Edited by CrasyCat on 2007-04-13 11:00 AM