Hi, i'm developing a PocketPC Vc++ app using MFC. I noticed the CBitmap class does not have the SHLoadImageResource function. Is there another class with this or do i need to extend the CBitmap class.
My application is a heavy GUI front-end to a bunch of embedded Hitachi processors, and I have to communicate with them through RS-232 (legacy stuff, I know), at a high baud rate (currently using 38400 baud). Most important is not to miss any bytes, and I have to be able to ...
My question may be a bit trivial but plz cooperate since i am a newbie in this field. Can anyone tell me which out of the following two API's is better to be used for memory allocation in Windows CE 5.0 and why?