Coding tools, precautions for Windows CE
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I do programming using Visual C/C++. A friend wanted a couple very simple functions his small hand held phone/PC could perform. He said his device was Windows CE compatible. Basically, he wanted two things. Ability to enter some data via the keypad and have a simple math result calculated and displayed, and also the ability to send data to his phone and have a simple math result displayed when selected. I don't understand what the best development tool would be for something like this, and what things I should be wary of. I would like to do the initial development using my Visual C++ 6.0 on my desk top PC, and then transform the code to move to the Windows CE environment. Any suggestions? Thanks!