i'm trying to create a pocket pc version of my desktop app, and I'm having
trouble with this code:
TCHAR x[3];
CPoint pt;
pt.x = atoi(x); <- This is the error
It is telling me that I can't use a TCHAR for the 'x'. I copied this code
directly from the desktop version of my app into the code for my pocket pc
app. What would be causing this?
thanks in advance,
ed