Active3 years, 11 months ago
  1. Windows Ce 6.0 Download For Mini Laptop
  2. Windows Embedded Ce 6.0 R2

Windows ce 6 0 free download - Windows CE 5.0: Standard Software Development Kit (SDK), Getting Started: Microsoft Windows CE Toolkit for Visual Basic 6.0, Learn Visual Basic 6, and many more programs. Conference program pdf.

I have searched a lot. I can say almost for 2 months. But I couldn't find any document about this topic.

Which one is smaller in terms of footprint, Windows Embedded 7 or 8 or Windows Embedded Compact?

Which one of these two requires less RAM and storage memory? How much RAM and disk space is required for the smaller one?

How the old Windows CE 6.0 can be compared to these two?

zgrkpnr89

Windows Ce 6.0 Download For Mini Laptop

zgrkpnr89

Windows Embedded Ce 6.0 R2

1701 gold badge4 silver badges12 bronze badges

1 Answer

Windows Embedded 7 Standard is already covered here.

Windows

Windows Embedded Compact is by far the smaller of the two in terms of system requirements and footprint. Depending on the components you select when building your operating system, you can reduce image size, and thus storage space requirements, to 500 KB. I haven't been able to find any official information on RAM, but based on experience I wouldn't be surprised if you could get by on 8 MB or less, again depending on the components included in the image.

Windows CE 6.0 is comparable to Windows Embedded Compact; Windows Embedded Compact 7.0 is really just Windows CE 7.0 under a different name.

If targeting even smaller systems you might want to take a look at the .NET Micro Framework, which has a memory footprint of only 300 KB.

Community
Carsten HansenCarsten Hansen
1,0111 gold badge14 silver badges22 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged windows-cewindows-embedded-compactwindows-embedded or ask your own question.

Active7 years ago

Does any one know of a 'WAMP' type of setup for running PHP and an SQL of some sort on the mini 7' WM8650 WonderMedia netbook?

I know, this is an odd question, but what it comes down to, is that I have a couple of these, and need some technicians in the field, have access to a web based form. I am simply wanting to create a local version of this form for these netbooks, so that I do not have to connect them to the internet while in the field.

I am currently running Windows CE 6.0 on the netbook, and figured wamp would just install. But of course everything has to be complicated. I have dome some searches, and originally I saw a youtube video showing wamp being installed on one of these devices, but ofcourse no link to anything on the comments and I honestly cant find the video now..

Anyway, if any one knows how I can do this, please let me know. I am told this thing can run debian as well, but I am not familiar with debian enough to use it, let alone know how to set it up with something like wamp. If someone can tell me if this would be a better way to go, let me know, and please provide some link or instruction on how I can setup a simple local 'php server' on either windows ce, or debian (or even android)

NinjaKCNinjaKC

2 Answers

Try use a portable version of WampServer, or better XAMPP.Portable versions no need install, it can run directly from a stick, so, I think it works on notebook too.Try look on the net for: ' portable xampp ' to find the application to download.

CoursesWebCoursesWeb
3,4593 gold badges15 silver badges22 bronze badges

For the scenario using Windows CE:

If you are the manufacturer of the target device, you need to include ASP web server support on your WinCE OS image. If you are not the manufacturer of your device, then you need to contact them and request them to include ASP web server support on the OS image (though it might not be possible for them).

Another possible approach would be to implement your own web server in C# based on .Net Compact Framework, you can use this sample project from MSDN as starting point:

You mentioned that you just one to show some HTML forms locally on the device, so this sample project might be enough for your needs.

ymsyms
9,5733 gold badges32 silver badges63 bronze badges

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