Page 1 of 1

Emulator vs PPC behaviour problem

PostPosted: Dec 2, 2002 @ 11:25am
by joe
Hello,

I am having a problem.

When I do the following on the windows emulator, it works :

--clip clip--

TCHAR tc[25];
char c[25];

MultiByteToWideChar(CP_ACP, 0, c, -1, tc, 25);

g_backbuffer.DrawText(15+18, 15+191, tc, font, GDDRAWTEXT_LEFT, NULL, NULL);

--clip clip--

However, when I run it on my pocket pc, nothing appears...

Can somebody please help me? Is there something to the conversion which I am doing wrong? It works fine on the emulator, but behaves differently on my IPAQ 39XX

Thanks,

joe