I am trying to port an application from eMbedded Visual C++ 4.0 to Visual Studio 2008, and trying to get it to work with a Windows Embeded Handheld (6.5 Professional).
I have the compiler errors all fixed, but now I am runnning into an error that pops up when VS2008 trys to run debug mode on the deployed exe on the device. I am getting the error: Unable to start program '%CSIDL_PROGRAM_FILES%\APP_NAME\APP.exe'. An error occurred that usually indicates a corupt installation (code 0x8007007e). If the problem persists, repair your visual studio installation via 'Add or Remove Programs' in your Control Panel
This is evidently an error associated with missing DLL files, which I have found and fixed a couple, but there seems to be more. I was wondering if there was a tool like Dependency Walker that can be run on a Windows CE 6.5 mobile device. It would make finding missing DLLs much easier.