【问题标题】:How can I add a binary device driver in Platform Builder for Windows CE 6.0?如何在 Windows CE 6.0 的 Platform Builder 中添加二进制设备驱动程序?
【发布时间】:2009-08-14 11:46:58
【问题描述】:

我需要将设备驱动程序添加到 Windows CE 映像中,我在 .dll 和 .reg 文件以及 .cab 包中都有驱动程序。 我正在使用 Visual Studio 2005 和 Platform Builder for Windows CE 6.0。

我该怎么做?

【问题讨论】:

    标签: visual-studio-2005 windows-ce platform-builder


    【解决方案1】:

    如果您是 OSDesign 并且想要将 Dll 添加到 OSDesign 创建的图像中,只需将 Dll 文件放在 %WinceRootDir%\Platform\\Files 目录中即可。如果你这样做,文件将在你进行构建时自动复制到发布目录。至于注册表,只需将相关更改添加到 Porject.reg 文件中,它将集成到整个构建中。添加流接口驱动程序时,您需要添加它的注册表设置 undet [HKEY_LOCAL_MACHINE\BuiltIn\Drivers\]。 您可以在此处阅读(一个优秀的博客-http://geekswithblogs.net/BruceEitman/archive/2008/12/08/windows-ce-stream-interface-driver-registry-settings.aspx)(我无法发布另一个链接,因此请在 msdn 中搜索总线枚举器)流接口驱动程序的必要注册表设置。

    我不得不说,对于新用户来说,发帖限制的困难是一个真正的痛苦......

    希望这会有所帮助,

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-02-06
    • 1970-01-01
    相关资源
    最近更新 更多