Date: 05/14/05 (Code WTF) Keywords: no keywords
WCHAR* wcharstr=new WCHAR(64); char* charstr=new char(64); wcharstr=(WCHAR*)fieldValue; Wide2Ansi(charstr,wcharstr,64);
Source: http://www.livejournal.com/community/code_wtf/2738.html