Questions tagged [windows-ce]

Microsoft Windows CE (now officially known as Windows Embedded Compact and previously also known as Windows Embedded CE, and sometimes abbreviated WinCE) is an operating system developed by Microsoft for embedded systems.

Windows CE is a distinct operating system and kernel, rather than a trimmed-down version of desktop Windows. It is not to be confused with Windows Embedded Standard which is an NT-based componentized version of desktop Microsoft Windows.

Microsoft licenses Windows CE to OEMs and device makers. The OEMs and device makers can modify and create their own user interfaces and experiences, with Windows CE providing the technical foundation to do so.

The current version of Windows Embedded Compact supports Intel x86 and compatibles, MIPS, and ARM processors.

Source: Wikipedia (Windows CE)

2701 questions
0
votes
0 answers

Errors 0xC0000005 and 0x80000002 in Windows CE in pure managed code

I have a Windows CE application that uses WinForms and has worked fine until now. It suddenly, while I was testing, stopped working, and I can't get it to work any more, I get one of those two errors. I have not changed anything that I can see…
svinja
  • 5,495
  • 5
  • 25
  • 43
0
votes
1 answer

Determining if XScale is present in a safe way

I have a ARMv5-powered non-XScale device (the SHARP Brain™ electronic dictionary) with Windows Embedded CE 6.0 installed in NAND flash, and I use TCPMP to play my favorite AAC tunes and MPEG-4 movies. But, when I start TCPMP, sometimes TCPMP…
yavit
  • 13
  • 1
  • 3
0
votes
1 answer

Win CE 6.0 run-time image after booting turns black screen

What can be the cause of my Windows CE 6.0 installation to turn to black screen after initial loading ? I built the Win CE 6.0 myself. After initial screen displaying Win CE 6.0 logo with progress bar reaching 100% the screen turns black. Is there…
Patrik
  • 1,286
  • 1
  • 31
  • 64
0
votes
3 answers

Windows Mobile/Pocket PC: How do I change the border color of focused/unfocused CEdit, CListCntl, CButton in MFC or Win32

How do I change the border color of focused/unfocused CEdit, CListCntl, CButton in WinCE/Windows Mobile 5/6 with MFC or Win32 API?
Afriza N. Arief
  • 7,696
  • 5
  • 47
  • 74
0
votes
1 answer

WINCEREL with special flags

We have an underlying .h file in our platform code that needs built differently depending on if we are building the kernel or the EBOOT. I am trying to script this to avoid the surefire errors that will occur if we leave it up to manually changing…
0
votes
3 answers

Trouble using ReadFile() to read a string from a text file

How can I make the code below to read correct text. In my text file has Hello welcome to C++, however at the end of the text, it has a new line. With the code below, my readBuffer always contains extra characters. DWORD byteWritten; int fileSize =…
Bopha
  • 3,296
  • 6
  • 25
  • 23
0
votes
1 answer

Windows CE 6.0 threading model for BeginRead/EndRead?

Just looking for confirmation or documentation regarding how threads are used for the async patterns on sockets under Windows CE, specifically for a socket's BeginRead. I've looked on MSDN's documentation, but I can only find vague references. …
0
votes
0 answers

Strange Serial Port situation on Win CE

I encountered a strange serial port problem on Win CE 6.0 run-time image that was built by myself. After setting up the parameters using the Board Support Package and building the image everything started perfectly except for one thing. My board…
Patrik
  • 1,286
  • 1
  • 31
  • 64
0
votes
1 answer

Inhibit loading of IPNAT.DLL

The NDIS layer of Windows CE 5 loads the driver IPNAT.DLL. This DLL is responsible for the Network Address Translation and for the DHCP allocator. Unfortunately NDIS loads the driver by its name without any visible entry the registry. That's why…
harper
  • 13,345
  • 8
  • 56
  • 105
0
votes
2 answers

Turning backlight power off

I have a Windows CE 5.0 based device. The problem I'm facing is that the Backlight power off settings under "Control Panel\Display" section does not work. The backlight does not turn off no matter what I do in the control panel. In the registry…
losingsleeep
  • 1,849
  • 7
  • 29
  • 46
0
votes
1 answer

How to make a process high priority (critical)

I have a win CE application which negotiate with an external serial port. The serial port protocol has some restricted rules. For example: If you receive an ANNOUNCE signal, you should send your ACKNOWLEDGE signal up to 3 milliseconds after that…
Mahmoud Moravej
  • 8,705
  • 6
  • 46
  • 65
0
votes
1 answer

File system operations (e.g. copy, delete, move) performed through ActiveSync - are they atomic?

I am developing an application in .NET Compact Framework 3.5, for Windows CE 6. I need to automate some data synchronization between the mobile application and a PC. So what I do is that, in the .NETCF application, I have a while loop that checks…
Kal
  • 1,707
  • 15
  • 29
0
votes
1 answer

Play Flash file under WinCE?

Is it possible to play a Flash file under WinCE? I know there is a player for Windows Mobile, but WinCE seems to not have one. It seems like you can license a player from Adobe for WinCE but I have not had any luck getting information from Adobe. …
zooropa
  • 3,929
  • 8
  • 39
  • 61
0
votes
2 answers

double.parse(str) result is off by orders of magnitude

I have a weird problem in converting a string to double in .NET 3.5. Here is my code: dbl = double.Parse(str); When str is string with a simple double like "5.67" the result for dbl is 567.0.
0
votes
1 answer

Communication beetwen Windows CE and Windows XP applications

I have a desktop (XP) application and a CE app (Motorola MC9090) and I want to Scan few Barcodes with Motorola and then send the text to the application on PC using WiFi. I have no idea how to do it - any suggestions? (VB.NET preferred)
Kawon
  • 11