Hello folks,
I am using Microsoft eMbedded Visual C++ 4.0 with SP3 + SP4 installed
and I want to debug my aplication on a SPV C600 that runs with Windows
Mobile 5.0 - debug on. The set platform is SmartPhone 2003.
My question is do I have to install a debug tool for this device or what I want to do is not possible
Either way I would appreciate an answer.
Best regards.

Win 5.0 debug with eVC 4.0
wicked_mk
I was able to deploy an aplication using eVC 4 and it works fine on Win 5.0. So As far as I can see the 'changes' made by Microsoft on Windows Mobile 5.0, there are improved features in the UI part, and some small changes in the API.
All I want now is a solution for the debug tool.
Please can somebody help me with this
Best regards.
Quicker
It will open a dialog box with the list of installed SDK's. You may have two sub items under your SDK: Emulator and Device. Select one of them and press properties. It will open another dialog box where you can setup the debug.
I set my to KITL, but I use a custom built board and SDK. Try ActiveSync first.
Best regards.
RM
martin911
You can try these steps
You need to create a dummy Smartdevice native console app with Standard SDK
Modify the properties of the Project so that on F5, the exe should be deployed to the device and should run,,
If you have pdb file from your eVC project, then specify the file path in the symbol path of vs2005 project.
Hope this works
Srikanth Bogadapati
RickK
You cannot develop/debug for Windows Mobile 5.0 using eVC4. VS 2005 is the way to go for Windows Mobile 5.0 oriented development.
Thanks,
Ravindra