I am working from a code example i found but it uses the following function from the mfc -
WCHAR sn[9];
CString serial;
serial.Format(_T("%ws"), sn);
I am using VS2010 express so the CString type is not available to me, could someone help me figure out an equivalent piece of code without the use of CString.
Thanks,
Eamonn