本文介绍了通过以太网运行WinCE 6.0和应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

再次问好!


 


我正面临一个运行WinCE 6.0的Omap3530 EVM的奇怪情况。当我将设备连接到Visual Studio 2005并将图像下载到设备然后WinCE 6.0正在运行时(我还激活了内核调试器选项),它们工作正常。


现在,我有一个来自其他项目的应用程序,我想让它在这个板上工作。它是在Visual Studio 2008中创建的。我已经设法使用我的项目中的SDK编译它,所以,我希望如果我将程序下载到WinCE 6.0,使用VS 2005运行
,它将运行没问题。


我的问题是我可以通过以太网在两个Visual Studios上连接设备吗? (我试过但它不起作用)


还有其他办法吗?


谢谢!

解决方案


Hello again!

I am facing a weird situation with an Omap3530 EVM running WinCE 6.0. They work fine as I attach my device to Visual Studio 2005 that downloads the image to the device and then WinCE 6.0 is running (I have also activated the kernel debugger option).

Now, I have an application from an other project and I want to make it work on this board. It was created in Visual Studio 2008. I have managed to compile it using the SDK from my project, so, I expect that if I download the program to the WinCE 6.0 that are running using the VS 2005, it will run without problems.

My question is can I attach the device on both Visual Studios through Ethernet? (I tried but it didn't work)

Is there any other way?

Thank you!

解决方案


这篇关于通过以太网运行WinCE 6.0和应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-23 18:14