I have created a Windows CE6 Image through Platform Builder, and I now want to develop c++ applications on this device with VS2005.
With Visual Studio 2005 comes ConManClient2, compiled for each patform, which can be placed onto the target platform to allow for remote degugging from VS.
On previous platforms, ones I haven't designed the OS for, this has worked without (too many) issues.
However, on this platform, when I run ConManClient2 (then CMAccept), each exe just returns with no message, and no action. And no remote connection is possible.
Apart from the 2 .dll's that come with ConManClient2, what else is required to allow these tools to run? Is there anything specific needed in the CE6 image? Any other configuration?
This image runs fine apart this, to the best of my knowledge.