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
1 answer

is there Windows services on winCE?

is there something like Windows Services for WinCE 6.0 OS?, I mean, a background process thread(s) doing their things... I need to develop a programm on .NETCF thay always listens to a specific port on device, stores it on SQL Server compact…
Juan Jimenez
  • 5,812
  • 6
  • 28
  • 37
0
votes
1 answer

Creating buttons that event handle with a visual c++ program

I will try to explain this the best that I can. I currently have a program that at the moment just cycles through menus by clicking some button graphics that I have created. I am also using CE emulator to have an emulation of what the program will…
bigbaz34
  • 385
  • 2
  • 8
  • 27
0
votes
1 answer

how to begin development of application in QT with c# for wince

i am new in wince developmen and know about c#.net i want to know about intial steps to begin working on QT with c# for wince thanks
0
votes
1 answer

Windows CE Web Application

I have an ASP.NET app running on 2008 Server, application targetted for windows and runs on IF and FF browser, using itextsharp to create PDF forms and submit. Now a new requirment comes up and I have to generate a solution to run the app on…
Karaman
  • 395
  • 1
  • 7
  • 19
0
votes
1 answer

SqlCeReplication Conflicts - Error 28634

Is there any connection between error Failure to write to a message file and conflicts on Publication side on SQL 2000 server?
Roman Shestakov
  • 163
  • 1
  • 9
0
votes
0 answers

Looking for CeStub description or the tech docs for wince v6

Client has a major name brand hmi using WinCE v6. It has been identified that a network scan is causing a windows error to display saying CeStub.exe has crashed. It only happens on these 3 hmis that all perform the same function. Client wants to…
jbouv
  • 1
0
votes
1 answer

What is the best approach for an asynchronous callback/event from gSOAP server?

I am designing a webservice interface for use between a Windows CE device and a PC. The Windows CE device is server and the PC is client. I have decided to use the gSOAP library to implement the server and I am using .NET/C# for the client. I have…
Allan Larsen
  • 476
  • 4
  • 10
0
votes
1 answer

SHLoadImageFile API not working

As mentioned in the title I am facing problem with SHLoadImageFile API. I am trying to load a series of captured images one by one and trying to retrieve the respective image properties. The API is not returning a valid handle for an image of…
0
votes
1 answer

How to call buzzer sound of device on windows embedded 7?

My device does not support the WAV or MP3 file formats. I want to play a buzzer sound on my Windows Embedded 7 system. Is it possible to achieve this using C++ or C#? Can anyone suggest how to proceed with this? i new programmer for windows ce help…
0
votes
2 answers

Converting batch file to exe for Windows Embedded Compact (XP)

I’m having some trouble trying to create a very simple .exe file that starts a .url file in the same directory, when I try to run it, a pop-up message shows an error telling that: “ is not a valid Windows Embedded Compact…
0
votes
0 answers

How to Load Data from Sql Sever 2014 to VS2008 Smart Device Application .sdf File?

I have a project VS 2008 SmartDevice Application. There DBFile is created and my dbFile name is .DBFile.sdf with 3 tables. I need to update the table with values of another table in sql server 2014. I used XML File to load the table. XML File Code :…
Belinda
  • 116
  • 13
0
votes
0 answers

Firewall rule windows CE ip port range

I would like to create a rule to allow a port range through firewall in windows CE. I want to allow these addresses: 10.10.10.1-10.10.10.254 I tried to make an IP rule with IP:10.10.10.1-254 and IP:10.10.10.1-10.10.10.254, but none of them works. I…
Zoltan
  • 1
0
votes
1 answer

Wince 6.0 file system corruption - directories appear to be recursing

We have a mature Wince 6.0 R2 custom device that is capable of downloading files via WiFi and storing them in a NAND flash FAT file system partition. This has been running on over 15000 devices around the world for over a year now, but recently on…
rjones54
  • 21
  • 4
0
votes
0 answers

How to capture Qt QBENCHMARK output to a file?

I run an exe that benchmarks C++ code on my Windows Embedded Compact (WEC2013) i.MX6 platform over telnet. Results go to the serial port and I cannot redirect them to a file, which would be ideal. My benchmark uses QBENCHMARK and works as expected…
pixelgrease
  • 1,940
  • 23
  • 26
0
votes
1 answer

Is the State and Notification Broker API available in Windows CE 6.0

The MSDN documentation indicates that this API is not limited to Windows Mobile, but is available in CE 6.0. The documentation says that I should link against aygshell.lib, but this lib file doesn't contain the correct methods. A search of the…
DavidEBest
  • 35
  • 1
  • 6
1 2 3
99
100