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.

learn more… | top users | synonyms (2)

1
vote
2answers
642 views

Why simple console app runs but dialog based does not run in WIN CE 6.0?

I am developing an application for Windows CE 6.0 in embedded Visual C++ 4. I created a simple console application (WCE Application) with platform "Pocket PC 2003" with the following simple code: ...
10
votes
13answers
32k views

J2ME VS Android VS iPhone VS Symbian VS Windows CE [closed]

I have very little idea about mobile platforms, though I am interested to program for them. Would you please compare J2ME VS Android VS iPhone VS Symbian VS Windows CE. I would like to know: ...
2
votes
2answers
327 views

What is the best mechanism for communicating cross-process in Windows CE?

I need to broadcast an event that can be picked up by any application running on a Windows CE 5 device. Haven't done this before so i'd be interested in knowing what techniques people would suggest ...
6
votes
5answers
3k views

Automated Test Framework - Windows CE

Looking for a way to drive a Compact Framework app running on a CE device. All we basically need is to be able to write little scripts that press buttons and click on things. Anyone know of such a ...
2
votes
4answers
7k views

Exporting DLL C++ Class , question about .def file

I want to use implicit linking in my project , and nmake really wants a .def file . The problem is , that this is a class , and I don't know what to write in the exports section . Could anyone point ...
5
votes
3answers
1k views

Partly crashing application? How can I catch uncatchable exceptions?

I have a program written in C#, running on a Windows CE device (on Compact Framework). It processes minimal user actions (button clicks), uses serial port and TCP/IP communication. The problem is: ...
4
votes
3answers
3k views

Windows CE vs Windows Mobile

I often see these terms: Windows CE Windows Mobile Pocket PC Windows Mobile Smart Phone I know the difference between the second 2, but I am confused on the first. I thought it was the name of ...
3
votes
3answers
2k views

How to programatically install a font

I would like to install a specific font on my program load and use that font in rendering text of the program. How can I programmatically install a font from .NET CF on WinCE 6.
2
votes
1answer
5k views

Changing row colors in the Compact Framework DataGrid

How can I use non-default coloring in the DataGrid control in a Windows CE compact framework application? I need to color one row in color X and one row in color Y (alternating row colors basically). ...
2
votes
4answers
23k views

Windows CE SDK for Visual Studio 2008

I am new to Windows CE programming. I have Visual Studio 2008 and Visual Studio 2005. I have found the following SDK for Windows Mobile ...
5
votes
5answers
5k views

Designing forms to work on different resolutions and aspect ratios on Windows CE

I have a .NET 2.0 application that runs on Compact Framework. It has a bunch of different forms that were all originally designed to run on a specific device with a specific screen resolution. I'm ...
2
votes
2answers
153 views

Build Boost C++ WinCE

I know that are similar question but doesn't help me. I want to build boost for Windows CE 6 on an x86 Platform. I've build STLPort in release moded as shared library for WINCE with success, I've ...
2
votes
3answers
2k views

Debug .NET Compact Framework app locally (without emulator or device)

I am currently in the preparation phase for a new project that will be developed with .NET Compact Framework (2.0 or 3.5, we'll see) and will run on a custom Windows CE 6 hardware. There is, however, ...
6
votes
3answers
4k views

How do I get the file HANDLE from the fopen FILE structure?

The fopen function returns a pointer to a FILE structure, which should be considered an opaque value, without dealing with its content or meaning. On Windows, the C runtime is a wrapper of the ...
2
votes
2answers
5k views

Windows CE 5.0 emulator needed

I need an emulator for Windows CE 5.0 to test an embedded device (not PDA or smartphone) application that I am developing. This is what I have already tried: Visual Studio 2008 Pro includes an ...
1
vote
3answers
2k views

How can I measure the energy consumption of my application on Windows Mobile and Windows CE?

I want to measure the energy consumption of my own application (which I can modify) 3rd party applications (which I can't modify) on Windows CE 5.0 Windows Mobile 5/6 Is there some kind of ...
4
votes
6answers
985 views

To close or not to close connection in database

I work with Windows-Mobile and Windows-CE using SqlCE and I dont know what better to do. To open connection when the program open, run any query's... update...delete database and close the connection ...
4
votes
1answer
805 views

Stack overflow from native DLL called from managed application

I'm getting the infamous 0xC00000FD (stack overflow) exception from my application when I call into a native DLL. This is being done from a managed C# application on Windows CE 5 (SH4 processor). ...
3
votes
2answers
419 views

How can I run my Windows CE project from within Visual Studio (2003)?

I'm working on a legacy app that needs to be continued in VS 2003; I cannot effectively debug it, though, because when I try to run it, I get the following dialog: ...
1
vote
1answer
4k views

VS 2012 Support for Windows mobile 6

I've read here that Microsoft will add support for Windows CE in visual studio 2012, but I haven't seen this project template in VS 2012. My question: is there going to be support for Windows CE 5 ...
1
vote
4answers
3k views

how to kill process in Windows-CE?

how i can kill process Windows\MyProcc.exe from my terminal (Windows-CE 5.0) using C# code ? thanks in advance
1
vote
1answer
1k views

How To Set useUnsafeHeaderParsing For .NET Compact Framework

In my Windows CE 6.0 app, I am communicating with a proprietary web server device that is returning bad header information (more specifically, it's returning NO header information). I believe this ...
1
vote
2answers
847 views

how to make shortcut in winCE using C# code?

i need to make shortcut to any program in Windows CE using C# code how i can do it ? thank's in advance
1
vote
2answers
2k views

P/Invoking CreateToolhelp32Snapshot failing in Compact Framework

Hey, im doing a little app for my smart phone, using Windows Mobile 6. I'm trying to get all currently running processec, but method CreateToolhelp32Snapshot always returns -1. So now im stuck. I ...
0
votes
1answer
64 views

Windows CE 6.0 and runtime link to Debug DLL /MDd

I'm using Windows CE 6.0 R3 on an x86 PC. I've build the NK.bin and the SDK for the platform. But I've some problem to understand how can I build a console application with /MTd (Debug DLL). If I ...
0
votes
0answers
300 views

Windows CE 6.0 R3 - Start Menu Banner

I am building Windows CE 6.0 R3 image for VIA board.I have added Start Menu Banner(.bmp) displaying Windows CE to the Start Menu.Refer the below image, When i am scrolling the mouse over the start ...
0
votes
1answer
272 views

No Signs of Fatal Exception when application crashes | NLog version 2 | Compact Framework 3.5

I have a .Net Compact Framework 3.5 application that uses Nlog version 2.0 to log Info, Error and Fatal Exceptions. Most of the time the logging works as expected and logs fatal exceptions before ...
0
votes
1answer
134 views

SHLoadImageFile is returning error code 6

I am trying to load an image using SHLoadImageFile,but its returning invalid handle. I am puzzled where the fault is.Because the path given to SHLoadImageFile is absolutely fine.
0
votes
3answers
2k views

connecting sql server from windows ce application through Activesync without being on network

I've connected my Motorola MC3090R having Windows CE 5 through cradle (Windows Mobile Device Center) with my laptop having Windows 7 (there is no network), my question is that how i will connect to ...
0
votes
3answers
935 views

VB.NET 2005, Serial port, dispose problem, Windows CE

I write program for Windows CE that should work with Serial ports. I use object System.IO.Ports.SerialPort. Everything works well but when I close program and open it again, I receive error: Port is ...
0
votes
1answer
2k views

Differences in Microsofts C++ STL for Windows CE?

anyone know of a complete list of the differences in Microsofts implementation of STL for Windows CE, compared to the full STL for desktop? I am using WinCE 6.0, with VS 2005. I am a bit suprised ...
0
votes
1answer
754 views

Sharing GDI handles between processes in Windows CE 6.0

I know that GDI handles are unique and process specific in 'Big Windows' but do they work the same way in Windows CE 6.0? For example: I've got a font management service that several other services ...
-1
votes
1answer
283 views

How can I determine whether a column exists in a SQL Server CE table with C#?

The legacy code does it this way: public bool isValidField(string tableName, string fieldName) { bool retVal; string tblQuery = string.Format("SELECT {0} FROM {1}", fieldName, tableName); ...
20
votes
7answers
14k views

Windows CE vs Embedded Linux

Now I'm sure we're all well aware of the relative merits of Linux vs Windows Desktop. However I've heard much less about the world of embedded development. I'm mainly interested in solutions for ...
5
votes
4answers
6k views

Windows CE deletes .NET CF on reset

I'm writing a C# application for a proprietary Windows CE 4.2 device (for which I don't have the specs or pretty much any other information. I've got access to the file system, and that is basically ...
4
votes
4answers
5k views

Code profiling / performance analysis tools for Windows CE/Mobile

What tools do you know, other than those in Visual Studio, to analyze performance bottlenecks in a Windows CE/Mobile application? I'm looking for something like AQTime for CE/Mobile, to profile C/C++ ...
5
votes
6answers
2k views

Need to implement “expiration date” for beta software C#

I am developing software in C# for a Windows CE device and I have beta software soon to be released and I want it to die after a certain date so the final release will need to be downloaded. The ...
4
votes
2answers
903 views

CE 6.0 / .NET CF 3.5 Application has encountered a serious error (MC3100)

When exiting my .NET CF 3.5 application on the Motorola MC3100 (CE 6.0 version only) I get the error message "Application xxx has encountered a serious error and needs to shut down". I then need to ...
14
votes
3answers
1k views

Compile Boost 1.47 for Windows CE

There is actually a bit of information out there about people trying to build the Boost libraries for Windows CE, but no one has reported success or even given the steps required to do so. With the ...
5
votes
2answers
1k views

Ignoring queued mouse events

I have an application written in C# targeting .NET Compact Framework 3.5, running on Windows CE. From time to time, operations lasting for a second or so are being performed on the UI thread. I ...
5
votes
2answers
17k views

Serial Port ReadLine vs ReadExisting or how to read the data from serial port properly

I am reading data from serial port. The data comes off the scale. I am now using Readline() and getting data dropped even after I removed DiscardInBuffer(). What is the proper way to read the data ...
4
votes
4answers
6k views

Detecting network state (connected - disconnected) in C#

I am in need of a piece of code that can detect if a network connection is connected or disconnected. The connected state would mean a cable was plugged into the Ethernet connection. A disconnected ...
3
votes
2answers
499 views

How to debug a fatal error that happens after calling Application.Exit() in .NET CF 3.5 WinForms application for Windows CE 6?

I am porting a .NET CF 1.0 WinForms application (for older versions of Windows CE) to .NET CF 3.5 (for Windows CE 6). The problem is that, a few seconds after Application.Exit() is called, I get a ...
1
vote
2answers
1k views

Anti aliasing DrawLine on CE

I am drawing a line to a Graphics object in Windows CE using C#.NET 3.5. The code I am using looks like this: e.Graphics.DrawLine(new Pen(Color.FromArgb(11, 118, 200), 2), x1, y1, x2, y2); This ...
1
vote
1answer
1k views

Killing a WinCE device process from a desktop app

I'm copying files from the desktop to a WinCE device (via the RAPI API), and if the main WinCE program is running, I need to kill it, update and restart it again. So far, I manage to copy the files ...
0
votes
3answers
2k views

Unique Machine ID for a Windows CE Device

I need to generate unique machine ID for a CE 6.0 device. On Windows OS, I was using the WMI to obtain some hardware identifiers from which I constructed this ID. Apparently, WMI is not supported on ...
7
votes
5answers
3k views

Using boost in embedded system with memory limitation

We are using c++ to develop an application that runs in Windows CE 4 on an embedded system. One of our constraint is that all the memory used by the application shall be allocated during startup ...
4
votes
4answers
2k views

Is it possible to kill WaitForSingleObject(handle, INFINITE)?

I am having problems closing an application that uses WaitForSingleObject() with an INFINITE timout. The full picture is this. I am doing the following to allow my application to handle the device ...
4
votes
2answers
2k views

HOWTO: Call Managed C# Interface From Unmanged C++ On WindowsCE Compact Framework

I have extensive unmanaged Windows CE 5 C++ code that provides a UI that I want to use in a new product by combining it with a large amount of newer business and communications logic written in ...
3
votes
3answers
2k views

How to decode a Windows CE call stack?

Desktop Windows OSs have a "StackWalk64" function, upon which Jochen Kalmbach made a library for decoding the call stack into something human-readable. I need a similar tool, but for Windows CE. ...

1 2 3