Platform Manager server failed error!
-
Hi all, I have a Embeded VC++ (4.0) application , which builds fine to run on a device having Win CE 4.2 , But when i try to build the same workspace to run on a device having Win CE 3.0. I get a "Platform Manager server failed error". Do i need to do some configuration settings for the Platform Manager under Tools Menu? What settings do i need to do?. Thanks (in advance):)
-
Hi all, I have a Embeded VC++ (4.0) application , which builds fine to run on a device having Win CE 4.2 , But when i try to build the same workspace to run on a device having Win CE 3.0. I get a "Platform Manager server failed error". Do i need to do some configuration settings for the Platform Manager under Tools Menu? What settings do i need to do?. Thanks (in advance):)
You must use eVC 3.0 and an appropriate SDK for debugging/deployment on Windows CE 3.0-based devices. eVC 4.0 only works with CE 4.0 or later devices (you need at least SP1 for CE 4.1, SP3 for CE 4.1 and 4.2, and SP4 for CE 4.1, 4.2 and 5.0 - SP2 added 4.2 support but removed support for 4.1!) There were some changes in the OS's debugging support between v3.0 and 4.0. It's recommended to install eVC 3.0 before 4.0 if you have the choice, but it should work if you install 3.0 after 4.0. Download eVC 3.0 from here[^]. That includes the Pocket PC 2002 SDK.
Stability. What an interesting concept. -- Chris Maunder