zoukankan      html  css  js  c++  java
  • 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: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.

  • 相关阅读:
    Scala_模式匹配
    Scala_特质
    Scala_继承
    Scala_对象
    Scala_类
    Scala_关键字
    Scala_数据结构
    Scala_方法、函数、柯里化
    Scala_控制结构
    Scala_基本语法
  • 原文地址:https://www.cnblogs.com/killer-xc/p/6755111.html
Copyright © 2011-2022 走看看