在STANDARDSDK_500 Emulator 界面中的My Devices中,双击TestApp图标,不能启动TestApp程序,出现错误
[复制链接]
使用eMbedded Visual C++ 4.0 SP4 开发WinCE 5.0 下的应用程序,
开发环境:Win32 (WCE emulator) STANDARDSDK_500 Emulator 遇到如下问题,请教:
一个以前能正常运行的项目TestApp,过了一段时间出现如下现象:
编译完全正常,提示如下:
TestApp.exe - 0 error(s), 4 warning(s)
Downloading files
Downloading file c:\documents and settings\...\emulatordbg\testapp.exe.
Finished downloading.
但是在STANDARDSDK_500 Emulator 界面中的My Devices中,双击TestApp图标,不能启动TestApp程序,出现错误提示如下:
Cannot find 'TestApp'(or one of its components),make sure the path and filename are
correct and that the required libraries are available.
在同一台机器上,别的项目均能正常运行
通过比较发现:
1.exe - 0 error(s), 4 warning(s)
Downloading files
Downloading file c:\documents and settings\huangzemin\...\1\emulatordbg\1.exe.
Downloading file c:\program files\windows ce tools\...\lib\x86\mfcce400d.dll.
Finished downloading.
能正常运行的项目,多出了 Downloading file c:\program files\windows ce tools\...\lib\x86\mfcce400d.dll.这一行,
不能正常运行的项目,没有这一行,
不知如何解决,急死了!