开发者

Running an application on an os designed and created in Visual Studio

开发者 https://www.devze.com 2022-12-19 10:56 出处:网络
I have built an os design (and its bsp) in Visual Studio. I need to know how to get started with writing applications for the os by writing a simple application that will run in the os created (probab

I have built an os design (and its bsp) in Visual Studio. I need to know how to get started with writing applications for the os by writing a simple application that will run in the os created (probably in an emulator, I still don't have the Evaluation module for the device). I ha开发者_如何学运维ve Visual Studio 2005 and Windows embedded C.E. 6.0 installed.

Some blogs described how to create the application in eMbedded Visual C++. Will I have to install this apart from Visual Studio to get started?


If you built an image from an OSDesign for a specific device you cannot run it in the emulator. The emulator has it's own sepcific BSP based on which you need to create an OSdesign.

To develop an application for your osdesgin of choice open VS2005 create a new project of type Visual C++-> Smart Device and choose the type you want. Alternatively, you can create a C# application for smart devices that will run on any device that includes the Compact Framework component in the OSDesign or has it installed on the device.

You do not need additional software other than VS2005.

You can download a package from this vendor. It includes demo applications for Windows CE6 (for that device). It also includes a document of how to create a new application for the device. You can use the instructions to create an applcation to your own device.

To test your application as it will perform on the image you built, you will need a physical device.

Update: During the New Project wizard you will be asked to choose the designated platform (native projcets at least) and you will need to choose from a list of SDKs. The list shows the installed SDKs on your desktop machine. You can create your own SDK, but in order ofr it to show in that list you need to install it on the Machine. In Windows CE the SDKs are installed to: C:\Program Files\Windows CE Tools\wce600

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号