Serge CSM (from Home) Guest
|
Posted: Sun Sep 07, 2003 11:54 am Post subject: "Reinterpret_cast" - how to reinterpret wchar_t as array of |
|
|
Hi All,
Please help me with code.
I need to reinterpret a WideChar type (wchar_t) as array of 2 Bytes:
In Pascal that look like:
aOldChar : WideChar;
LByteArr: packed array[0..1] of Byte absolute aOldChar;
Thank's a lot.
Serge CSM (at home).
|
|