在Windows7 64位系统下,编译生成SDK时,会产生如下错误提示:
Required files may be missing. To resolve the issue, reinstall Platform Builder.
解决办法如下:(经过验证)
Hey,
If run this before SDK build
C:WindowsMicrosoft.NETFramework64v2.0.50727Ldr64.exe setwow
Do SDK build
Then return it to this
C:WindowsMicrosoft.NETFramework64v2.0.50727Ldr64.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.