Mario
2009-07-03 20:57:13 UTC
Hi all,
i have a defined datatype like this;
typedef long fx;
The new datatype fx represents a fixed point math number. Is it possible
to view this variable in its own "space"? I have trying
[Visualizer]
fx{
preview ( $e / 4096. )
}
but it doens't work. I think its because the debugger detects this
variable as a long value. Or i am doing something wrong?
Regards
Mario
i have a defined datatype like this;
typedef long fx;
The new datatype fx represents a fixed point math number. Is it possible
to view this variable in its own "space"? I have trying
[Visualizer]
fx{
preview ( $e / 4096. )
}
but it doens't work. I think its because the debugger detects this
variable as a long value. Or i am doing something wrong?
Regards
Mario