小弟初学WinCE开发,刚搭建一个eVC的开发环境,我按顺序安装了如下组件:
MSASYNC
eVC4
eVC4SP4
Microsoft Pocket PC 2003 SDK
Windows Mobile 2003 Second Edition Emulator Images for Pocket PC - CHS
以上全部安装成功的
但是由eVC新建PPC或SP项目后,在编译运行按钮左边的选项选择
POCKET PC 2003 -- Win32 [WCE emulator] Debug -- POCKET PC 2003 Emulator
这三项选项,Build运行报错:
Connecting to the device对话框连接Emulator时跳出错框:
One or more files from the Emulator for Windows CE installation is missing.
Please reinstall Emulator for Windows CE and try again.
请问是不是我少安装了什么东西还是没设置好呀????
"还有,在设备管理器里老是有Virtual PC Application Services这一项有感叹号 任务栏提示:“Virtual PC/Windows CE Emulator”会造成Windows不稳定。Windows使这些驱动程序无法加载。"
1. Click Start, click Run, type sysdm.cpl, and then click OK.
2. In the System Properties dialog box, click the Advanced tab.
3. Under Start and Recovery, click Settings.
4. In the Startup and Recovery dialog box, click Edit.
5. Disable PAE mode by removing the /pae option if it exists.
6. Remove the /noexecute option if it exists.
7. Add the /execute option.
8. On the File menu, click Save.
9. To exit Notepad, click Exit on the File menu.
10. To close System Properties, click OK two times.
11. Restart your computer.
我刚试过,OK了
详情回复
发表于 2008-1-15 13:49
1. Click Start, click Run, type sysdm.cpl, and then click OK.
2. In the System Properties dialog box, click the Advanced tab.
3. Under Start and Recovery, click Settings.
4. In the Startup and Recovery dialog box, click Edit.
5. Disable PAE mode by removing the /pae option if it exists.
6. Remove the /noexecute option if it exists.
7. Add the /execute option.
8. On the File menu, click Save.
9. To exit Notepad, click Exit on the File menu.
10. To close System Properties, click OK two times.
11. Restart your computer.