Where to download Windows CE .net 4.2? - Windows Mobile Software Development

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?

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)

Thank you very much for the help!
How about modifying the BSP or kernel, which version of tool would you use for that?

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

actually that's what the guy asked for in the first post

Related

anyone have eMbedded visual basic software,please

i need the software to run some program if anyone can send that or any links to download thanks
Hi,
The SDK for Pocket PC is actually available for free at Microsoft!
You just have to search a little for it: use "Pocket PC SDK 2002" as keywords at www.microsoft.com, or try this direct link:
http://www.microsoft.com/downloads/...4a-bd94-4167-b817-2b2e548b2e92&DisplayLang=en
The SDK for Pocket PC 2003 only includes VC++ 4.0, but the SDK for Pocket PC 2002 contains both VCC++ 3.0 and Visual Basic CE 3.0.
For VB Apps to run, you need to install the VBRUN-Runtime library on the PDA.
Be aware that embedded VB has some severe drawbacks, compared to VB6:
- you don't have the DoEvent command, so no "multitasking"
- you don't have VAR() and VAL()
- you don't have many of the controls
- it is VERY slow
More info's about it:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbceide/htm/evbstart.asp
Cheers,
vma
VBRuntime.cab
VBRuntime.cab
Note that it is better to write your apps in Visual C++ rather than VB, as VB will not be supported on future devices...
eMbedded Visual Basic can run on WM 2003, just use the following link to download the runtime library from the following link:
http://msdn.microsoft.com/mobility/windowsmobile/downloads/evb_eula.aspx
This will allow any applications written using eVB 3 to run on your device!

I have "Windows CE Platform Builder v5.0", anyone

I have got Windows CE Platform Builder v5.0.bin, total it's 2.55gb
what is this software for?
how to upload .htm files? i can upload realease notes.htm and whatsnew.htm for now.
i would think it's for making applications for pocketpc devices
Platform Builder is the tool OEMs use to build/test/configure Windows CE OS images for their hardware and eventually distribute them on retail devices. Its what the manufacturers like HTC would use to actually make the ROMS. An evaluation of it is freely available on MS's website, if you didn't know.

Windows Mobile 6 SDK

Has anyone tried the Windows Mobile 6 SDK
http://www.microsoft.com/downloads/...3A-A651-4745-88EF-3D48091A390B&displaylang=en
Have yet to download it myself, but I believed with this and the KITL mode we could compile a new crossbow rom? Maybe we could then use this core in the XDA-Live version?
Maybe anyone who knows about this stuff can give his reaction, I'm just thinking out loud.
man, d/l speed is slow.
I think you will find that the SDK is only for developing applications that run within the OS, not for creating images of the OS. This was the case for the mobile 5 sdk it allows developers to use the new cf.net framework. The 6 SDK includes the new namespaces including the updated system namespace and the new xbox namespace, as well as the new emulators.

to write program for S300+ runing with WM5

hello !
I'm a french man, my english is quite poor!
I'd like to known if there is a FREE SDK to develop program for WM6 ?
I have only one program to develop and I don't want to buy a SDK like visual studio which is expensive !!
Thank for any answer
PhS
sdk is not the same as ide/compiler/toolchain. wm sdks are free while no version of vs usable with these sdk are free except evc4, which unfortunately can only use ppc2003 sdk or below.
there is a registry hack that allows you to install wm5 sdk on evc4 though. google is your friend. but then evc4 support c only - no managed code.
if you really want to try a full fledge env, don't even bother those express versions. download vs evaluation version inctead.

VB question

Hallo,
I have the question, if VB (not the sdk, only a program) could run on WM 6.5? I know there is a eMbedded runtime, to use VB, but only for the Version WM 3 ... Does anybody know, if VB program run also with these eMbedded runtime and WM 6.5?
Thanks und regards,
Flo
If the program has been written in VB .NET Compact Framework (Visual Studio 2002 onwards), then it should run on your device, without the need for a runtime, as the .NET CF is the 'runtime' for the program. All mobile devices have one version of .NET CF installed in rom on the device. Later versions can be installed. Even if the program was written for an earlier version of .NET CF than that on your device, if the device can JIT compile it successfully against the version installed then it will run. If serious differences exist between the methods used in the program's CF version and the device, then it will report that you will need a later version installing.
The moral of the story here, is keep your app as 'simple' as possible, and it increases the range of devices on which it will run.
A 'runtime' version of VB was used in Embedded Tools Version 3.0 (VB and EVC 3.0), before EVC 4.0 replaced it. It is no longer on Microsoft's website but other copies of it exist on the web if you search for it.
There is no reason why a program written in Embedded Tools 3.0 should not run on WinMo 6.5, though some of the dll 'import' definitions may be getting a bit long in the tooth. Like a lot of previous development environments, it's just been dumped at the side of the road.

Categories

Resources