iMX31 依赖项?

发布于 2024-08-30 12:49:02 字数 796 浏览 8 评论 0原文

我是 silverlight 应用程序的初学者。所以首先我在location查看了wince 6.0 r3提供的演示应用程序

WINCE600\PUBLIC\COMMON\OAK\DEMOS\XAMLPERF - 这包含 c++ 代码 和 WINCE600\PUBLIC\COMMON\OAK\FILES\XAMLPERF - 这包含带有图像的 xaml 文件

现在,在模拟器中运行此应用程序之前。我首先进行了以下操作:

  1. 我首先将工作区转到目录项并添加“Silverlight for Windows Embedded” 从目录项的下拉菜单中
  2. 然后右键单击解决方案资源管理器并选择属性,并在下拉菜单的配置下选择环境变量,其中我添加了名为“sysgen_samplexamlperf”的新变量,并为该变量分配了值 1。
  3. 现在,在重新构建应用程序后,我已将图像转储到模拟器中,我发现在设备模拟器的桌面上我可以看到我运行的 exe 文件,并且我可以看到应用程序运行良好,具有 3D 效果。

现在,我在 iMX31 硬件中进行了同样的操作,但我无法看到应用程序以正确的方式运行,因为它在模拟器中执行。所以现在我的感觉是,当我们在硬件上运行应用程序时,存在任何依赖性。

那么依赖性是什么?此外,在此位置“WINCE600\PUBLIC\COMMON\OAK\FILES\XAMLPERF”中,图像均为 png 格式。那么与图像格式有任何依赖性吗?

感谢和问候

I am beginner in an silverlight application. So at first i looked on demo application which is provided by wince 6.0 r3 at location

WINCE600\PUBLIC\COMMON\OAK\DEMOS\XAMLPERF - this contains c++ code
and
WINCE600\PUBLIC\COMMON\OAK\FILES\XAMLPERF - this contains xaml file with the images

Now before running this application in an emulator. I at first proceeded with the following:

  1. I have first taken my workspace went to catalog item and added "Silverlight for Windows Embedded"
    from the drop down menu of an catalog item
  2. Then right clicked on solution explorer and choosed on properties and under configuration in drop down menu i have selected environment variables where i have added new variable called "sysgen_samplexamlperf" and assigned value as 1 for that variable.
  3. Now after rebuiding the application, i have dumped the image into emulator and i found that at desktop of device emulator i can see the exe file to which i run and i can see the application is working fine with 3d effects.

Now same thing i proceeded in iMX31 hardware and i was not able to see the application running in a proper manner as it was performing in an emulator. So now what i feel is that there be any dependency when we run the application on hardware.

So what can be the dependency? Also in this location "WINCE600\PUBLIC\COMMON\OAK\FILES\XAMLPERF" the images are in png format. So is there any dependency with an image format?

Thanks and regards

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

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

发布评论

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

评论(1

小姐丶请自重 2024-09-06 12:49:02

适用于嵌入式设备的 Silverlight 不需要硬件支持。您可以添加硬件支持来增强性能,但这不是必需的。

例如,在我的 PXA3XX 平台上,Silverlight 无需通过驱动程序进行任何硬件调整即可运行。

你的问题到底是什么?演示应用程序在哪里?
您还可以添加基于 XAML 的 Internet Explorer 以确保 Silverlight 运行。请注意,基于 XAML 的 IE 在桌面上没有快捷方式,因此您需要自己创建一个快捷方式,或者只从 \Windows 运行可执行文件

Silverlight for Embedded devices does not require HW support. You can add hardware support to enhance performance, but it is not a requirement.

On my PXA3XX platform for example, Silverlight runs without any HW tweaks through the driver.

What is your question exactly? Where is the demo application?
You can just as well add the XAML based internet explorer to make sure it Silverlight runs. Be aware that the XAML based IE does not have a shortcut on the desktop so you need to create one by yourself or just run the executable from \Windows

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