Question

Is it possible to create Windows CE 5.0 images (ie: nk.bin) from VS2005/VS2008 without using Platform Builder? If so, how? Can a vendor BSP for WinCE 5 be loaded into VS2005/2008? Are there the parts to do this available for download from Microsoft (ie: the SDK), or must you buy the special bits (a la PB) from a "special distributor"?

I know it is possible to build binaries (.dll, .exe) for WinCE 5.0 using VS, my question is about creating entire bootable CE 5.0 images for embedded platforms.

Was it helpful?

Solution

No it is not possible to build an actual operating system image from Visual Studio.

You can build it from the command line without actually running the Platform Builder IDE, but you still need to have it installed.

Simply said the Platform Builder installation contains all of the public/driver source code and the private libraries required to build the OS.

OTHER TIPS

I am afraid not.

Yes, you can build applications, static and dynamic libraries, Activex controls using Visual Studio.

But for building the bootable image you should use Platform Builder. Oh..Thats why they call it so ;)

And it is not possible to upgrade or use addon to have platform builder functionality!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top