views:

3844

answers:

4

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.

+2  A: 

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.

Daemin
Great, thanks. I don't care about the IDE at all, but I could have rephrased my question: "Can I get the libraries in PB somewhere else?", and the answer to that also seems to be no.
A: 

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!

Prakash
A: 

I am new to use of the Windows embedded CE. Please give me any sample tutorial to design Real time image using the VS2005 and win ce. Dipak Desai [email protected]

dipak
A: 

i am new in windows ce and i have a mini pos system (have ARM processor )which have windows ce 5.0.i want to store a backup (image nk.bin and other eboot ) file to desktop computer ,the mini system have a serial port ,USB and ethernet port,How could i create the image nk.bin to desktop pc thanks

Sakender Gul