PPCdev
02-16-2003, 07:31 PM
I know you good hearted people are getting tired of me by now. I tried to bug the folks at codeproject.com for a while. Nice folks there, the best place to be if your writing X86 code, but Im getting help that doesnt apply and thus gettimg more confused since Im writing for WinCE. I now understand Im working with a Unicode (?) environment, but much of the advice is for ANSI (I know what that is..) environment. Since I am too much a newbie to know the difference, Im trying to absorb all the information and apply it to no avail. I still cannot convert a Long variable to a string variable.
The sting var is defined as CString, as best I know that shouldnt be a problem.
The reason for this is so that the sum of two numbers can be used in a text file output, message box, or whatever... The main reason for this is because this is my newbie project which I am learning with.
Ive been working on this specific item for 2 days now with no success. Now I know why VB is so appealing to beginner programmers. :-(
I would appericiate some code example, please bare in mind Im 90% ignorant of structure at this point.
Thanks for any help,
Andrew
The sting var is defined as CString, as best I know that shouldnt be a problem.
The reason for this is so that the sum of two numbers can be used in a text file output, message box, or whatever... The main reason for this is because this is my newbie project which I am learning with.
Ive been working on this specific item for 2 days now with no success. Now I know why VB is so appealing to beginner programmers. :-(
I would appericiate some code example, please bare in mind Im 90% ignorant of structure at this point.
Thanks for any help,
Andrew