vote up 1 vote down star

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.

flag

3 Answers

vote up 1 vote down check

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.

link|flag
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. – developer Sep 24 '08 at 7:47
vote up 0 vote down

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 desaidipak.d@gmail.com

link|flag
vote up 0 vote down

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!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.