Win7系统下进行WinCE程序开发时,不能生成SDK的问题
Posted killer_xc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Win7系统下进行WinCE程序开发时,不能生成SDK的问题相关的知识,希望对你有一定的参考价值。
在Windows7 64位系统下,编译生成SDK时,会产生如下错误提示:
Required files may be missing. To resolve the issue, reinstall Platform Builder.
解决办法如下:(经过验证)
Hey,
If run this before SDK build
C:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727\\Ldr64.exe setwow
Do SDK build
Then return it to this
C:\\Windows\\Microsoft.NET\\Framework64\\v2.0.50727\\Ldr64.exe set64
This will solve your problem, it has something to do with how .net stores info in registry and 64-bit registry I think :)
Thank you, I\'ll try with this.
---- It really works, thanks Jordan.
以上是关于Win7系统下进行WinCE程序开发时,不能生成SDK的问题的主要内容,如果未能解决你的问题,请参考以下文章
Windows 7专业版安装VS2005与WinCE6.0开发环境