[Developing Platfom]
OS: Window 2000 professional, sp4, korean
Tool: Visual C++ .net 2002, .net FrameWork sp2, korean,
I found an error of hex value.
For example,
---------------------------
BYTE by[2];
by[0] = 0x95; // over 0x81 ~ 0x96, 0x97, ~
by[1] = 0x7C;
---------------------------
In debug window the by[0] value is shown as '0x00'.
But if I print this by[0]'s hex value by using TRACE, it
prints out correct value, 0x95(Dec, 147).
How can test it and reply?
From Lino.