Hi! I'm developing for a device using Windows CE. I'm able to compile for Windows CE using Visual Studio and then executing the executable on the device. My problem is that I don't know why, but I'm not able to deploy automatically using Visual Studio on the device. I click on deploy, and I get: no process is on the other end of the pipe. Any idea why? If I create an application for windows CE without using qmake, but using the wizard, the application is deployed correctly. Any idea what could be wrong?
Thanks!