随笔 - 38  文章 - 4 评论 - 51 trackbacks - 1
<2007年11月>
28293031123
45678910
11121314151617
18192021222324
2526272829301
2345678

与我联系

常用链接

留言簿(2)

我参加的小组

我参与的团队

随笔分类

收藏夹

博客园链接

我的C++博客

搜索

  •  

最新评论

阅读排行榜

评论排行榜

    小弟这段时间准备搞嵌入式开发,结果在配置安装和运行环境的时候就出了不少问题。上面这个问题的解决方法是我从微软网站上直接拷贝下来的,呵呵,特留在这里小记一下。
    方法如下: (这个英文我这个菜鸟级别的都看得懂,不要说看不懂!)
You install Microsoft Windows CE 4.x Emulator on a computer that is running Microsoft Windows XP Service Pack 2 (SP2). The computer has Data Execution Prevention (DEP) hardware. You receive the following error message when you restart your computer:
Devices or applications disabled

'Virtual PC/Windows CE Emulator' will cause Windows to become unstable. Windows has prevented these drivers from loading.
You may also receive the following error message when you try to start Windows CE 4.x Emulator:
Emulator for Windows CE

One or more files from the Emulator for Windows CE installation is missing. Please reinstall Emulator for Windows CE and try again.
 
To resolve this problem and to run Window CE 4.x Emulator, disable hardware-based DEP on your computer that is running Windows XP SP2. To do this, follow these steps:
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.


通过更改后,一切搞定。

posted on 2007-11-05 17:12 寒蝉 阅读(1243) 评论(0)  编辑 收藏 所属分类: EVC\MFC\VC 嵌入式gis开发