Where to download Windows CE .net 4.2?

Search This thread

DeepBound

New member
Apr 13, 2010
2
0
I need to write an app to run on Windows CE .net 4.2. I would like to get platform builder for Windows CE .net 4.2, but it doesn't seem to be available on the microsoft site. Can someone help me find it?
 

stephj

Inactive Recognized Developer
May 2, 2007
721
101
Lancashire
It is not the .net that was 4.2, it was the version of CE. This appeared as WM 2003 and WM 2003 SE. The .NET compact framework for the machines was 1.0 or 1.1.

To test the app in an emulator use the standalone emulator. Now at version 3.0

http://www.microsoft.com/downloads/...AF-12E3-4B2F-A394-356E2C2FB114&displaylang=en

The WM 2003 SE images for it are here

http://www.microsoft.com/downloads/...b5-f2a2-47d7-a41d-825fd68ebb6c&displaylang=en

To write .net 1.0 and 1.1 WM apps you will need VS2003 PRO.

VS 2005 and VS 2008 can be forced to create .net 1.0/1.1 executable images but it's a total pain in the ...., you have to hack the build files to get it to work.

For C++ Win32, AFC or MFC you can use the free version of EVC 4.0

http://www.microsoft.com/downloads/...3D-50D1-41B2-A107-FA75AE960856&displaylang=en

Dont forget to apply SP4 to it after install. (Same page, use the link at the bottom)
 
Last edited:

DeepBound

New member
Apr 13, 2010
2
0
Thank you very much for the help!

How about modifying the BSP or kernel, which version of tool would you use for that?
 

stephj

Inactive Recognized Developer
May 2, 2007
721
101
Lancashire
For that you will require the CE 4.2 Platform Builder package. Microsoft pull superceded versions off their site, the current version is for CE 6.0

The evaluation version works fully for six months then you have to licence it.

Search in Google for "CE Platform Builder 4.2". Some non Microsoft sites may have a copy of it, but some of these sites could also be of a rather dubious nature. i.e warez peer-to peer file sharing etc.

The documentation for it can be found here

http://msdn.microsoft.com/en-us/library/bb851528(v=MSDN.10).aspx
 
Last edited: