Click to See Complete Forum and Search --> : NewBie in eMbedded, Please Help.


nitinsj
July 12th, 2002, 05:41 AM
Hi Friends,
I want to develop a messenger client application on Windows CE for a Palm Size PC using eVC++ 3.0.
I have been programming in VC++ since 2 years but I am new to Programming of embedded software.
Please suggest me how do I start What should I learn about and How should I approach to learn and implement this solution ?
Any help will be greatly appreciated.
Regards,
Nitin. :confused:

alanr
July 12th, 2002, 10:00 AM
hello Nitin---


The C++ used in Embedded VC 3.0 is virtually the same as the C++ you are using in the the regular VC++. However, as you are writing code for a device with much more dimunitive resources, you must program much more efficiently. That is something to always keep in mind, as well, if you are doign anything with an interface, you must rememeber that you are dealing with far less real estate on your interface.... Keep in mind that all file manipulation uses WCHAR [big endian] chars. These are the things I had to adjust too. As well there are several sampels available for you here at codeguru: Take a look:


http://codeguru.com/ce/

nitinsj
July 15th, 2002, 06:18 AM
Hi Alanr,
Thanks for your Reply. Your suggestions will definitely help me.
Regards,
nitin.