F
Fred
Hello People.
I'm trying to develope a program that will send some information through
winSOCK on my windows smartphone. The only thing is that I need to convert a
TCHAR into char to be able to send it.
I tried
char charvariable = (char) TCHARvariable;
but that does not work..
Maybe you guys know a quick way to convert so that I can send the
information on CHAR format.
I am aware that some characters might get lost but it is ok since I'm using
only common letters..
I'm trying to develope a program that will send some information through
winSOCK on my windows smartphone. The only thing is that I need to convert a
TCHAR into char to be able to send it.
I tried
char charvariable = (char) TCHARvariable;
but that does not work..
Maybe you guys know a quick way to convert so that I can send the
information on CHAR format.
I am aware that some characters might get lost but it is ok since I'm using
only common letters..