如何在Windows CE 6.0中添加Silverlight?
我想在我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您首先需要安装 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 needSYSGEN_XAML_RUNTIME
. Now you just need to do aSysgen
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.