
use TCHAR and the _t macros throughout. A few sample code lines (I can provide many more).keystr is defined as TCHAR [nn]
m_font.draw(display,109,239, FONT_LEFT,TEXT("V"));
LoadString(_Module.GetResourceInstance(),IDS_GUILD2A,keystr,26);
m_font.draw(display,120, 30, FONT_CENTER, keystr);
_itot(bases[cur_base].trade[z+16].cost,keystr,10);
m_font.draw(display,200,110+(12*z), FONT_RIGHT,keystr);