如何在Windows CE 6.0中添加Silverlight?

发布于 2024-09-02 20:20:55 字数 94 浏览 7 评论 0原文

我想在我的 win ce 中添加 Silverlight 。谁能告诉我如何添加 Silverlight 应用程序吗?
我想在目录菜单中添加哪些内容。请告诉我这个步骤。

I want to add Silverlight in my win ce . Can anybody tell how to add the Silverlight application?
And what are the thing I want to add in the catalog menu. Please tell me the steps for this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

离不开的别离 2024-09-09 20:20:55

您首先需要安装 Windows CE 6 R3(查看所需软件部分以了解安装顺序 - 这至关重要< /em>)。

您需要在目录中查找XAML并添加适合您的项目。主要是,您需要SYSGEN_XAML_RUNTIME。现在您只需执行 Sysgen 即可包含嵌入式 Silverlight。

要包含该示例,您需要添加 SYSGEN_SAMPLEXAMLPERF。它不在目录中,因此可以通过批处理文件或在命令行构建窗口中添加它。 (您可以在此处阅读更多内容

您可以阅读Silverlight for Windows Embedded 教程 有关嵌入式 Silverlight 应用程序的教程。这篇文章解释了如何将嵌入式 Silverlight 子项目添加到当前的 OSDesign。

请阅读本文,了解在不使用 Platform Builder 的情况下设置项目的说明。如果您按照这些说明进行操作,则可以设置与上述教程中描述的相同项目,但使用不带平台构建器的常规智能设备项目。

You first need to install Windows CE 6 R3 (look at the Required Software section to understand the installation order - it is critical).

You need to look for XAML in the catalog and add those items that suite you. Mainly, you need SYSGEN_XAML_RUNTIME. Now you just need to do a Sysgen and you have Embedded Silverlight included.

To include the sample you need to add SYSGEN_SAMPLEXAMLPERF. It is not in the catalog so add it through a batch file or in a command-line build window. (You can read more here)

You can read Silverlight for Windows Embedded tutorial for a tutorial on a Embedded Silverlight application. This post explains how to add an Embedded Silverlight subproject to a current OSDesign.

Read this for instructions to setup a project without Platform Builder. If you follow these instructions you can setup the same project that is described in the above tutorial, but use a regular smart device project without platform builder.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文