Questions tagged [windows-embedded]

Windows Embedded is a family of operating systems from Microsoft designed for use in embedded systems.

Microsoft makes available four different categories of operating systems for embedded devices targeting a wide market, ranging from small-footprint, real-time devices to point of sale (POS) devices like kiosks. Windows Embedded operating systems are available to OEM system builders, who make it available to end users preloaded with the hardware.

Microsoft Windows Embedded

Wiki Windows Embedded

127 questions
1
vote
2 answers

Broadcasting message to multiple processes (Point-to-Point Message Queue with multiple readers)

I want to share a data with multiple processes. My first attempt is to use Point to point message queue with multiple readers since I read that P2P Msg Queue is very fast. During my test, it seems like multiple readers are reading from the same…
Afriza N. Arief
  • 7,696
  • 5
  • 47
  • 74
1
vote
1 answer

Porting an app from Windows Embedded Handheld 6.5 to 8.1

We have a RFID application running on Windows Embedded Handheld 6.5, but now some clients are asking to upgrade the app to run on 8.1 We have not done it yet, as from MSDN, it seems these two are built on different platforms, i.e. Windows Mobile 6.5…
1
vote
0 answers

Install Visual Studio 2015 community edition on Windows Embedded Standard 7

I tried to install Visual Studio 2015 community edition on an embedded PC with WES7 which we use in our machines. We used to do this with Visual Studio 2010 express edition without problems. Our code has been updated to use .NET 4.6 and some C# 6…
1
vote
1 answer

System.Threading.dll makes WPF application start in more than 30 seconds

A "completely empty" WPF application project targetting framework 3.5 takes more than 30 seconds to start on Windows 7 embedded SP1. The problem doesn't appear on Windows 7 Enterprise SP1 neither on Windows XP. The only thing in the WPF project is a…
nkoniishvt
  • 2,442
  • 1
  • 14
  • 29
1
vote
3 answers

Programmatically start and stop DataWedge

I am developing an application for bar code scanning on hand-held devices.I am using Motorola MC 3190, on Windows Embedded Handheld 6.5.3. I am trying to programmatically enable and disable DataWedge directly from my code (let's say, to be enabled…
Daniel KOcev
  • 11
  • 1
  • 3
1
vote
1 answer

How to allow iis8.5 service to interact with desktop

The problem is i couldn't find this option at all. I need to run winforms app from iis, and i couldn't achieve it. Сan someone give me a tip for this. I tried to give localsystem and admin identity to site pool, but it's not working,just process…
1
vote
1 answer

Avoid clearing the splash screen

How can I avoid clearing the splash screen before the desktop is up? After the splash screen is cleared there is a white screen for two seconds I wish to avoid.
Yoav
  • 11
  • 1
1
vote
4 answers

Can .Net Compact Framework 2.0 be installed on a Windows Embeded Handheld 6.5 Classic terminal?

I have a customer with files that are to be installed on a Unitech PA986-II terminal (CPU Marvel PXA320), but some of the packages will not install because .Net 2.0 is not present. So far I have been unable to find a version that will install. The…
Rich Shealer
  • 3,362
  • 1
  • 34
  • 59
1
vote
3 answers

What real world projects based on Windows Embedded do you know?

What real world project based on Windows Embedded do you know? Please provide some details such as description, project domain, key feature and why Windows Embedded is used?
sashaeve
  • 9,387
  • 10
  • 48
  • 61
1
vote
1 answer

Visual Studio for Windows Embedded 8.1 Industry

I'm currently using Visual Studio 2008 with WinCE 7 BSPs. If I'd like to move on to Windows Embedded 8.1 Industry BSPs, can I use Visual Studio 2008 itself or I need to install VS 2013? My OS is Windows 7. Also, what all base BSPs come along with…
1
vote
1 answer

How do I automatically launch a non-Surface application in Windows Embedded 8?

How do I automatically launch a non-Surface application in Windows Embedded 8? I want to automatically launch a GUI application on startup in Windows Embedded 8, but I can't figure out how to do it. I've been reading Sean Liming's Professional's…
einnocent
  • 3,567
  • 4
  • 32
  • 42
1
vote
1 answer

how to host web application on android os

We started to develop a new project. It will be a smart home project. Basicly, there will be a tablet sticked on the wall at home. This tablet will do much of the work like communication with the devices, hosting web pages and web services, etc. At…
Fer
  • 1,962
  • 7
  • 29
  • 58
1
vote
0 answers

How to write on InkPresenter in Silverlight For Windows Embeddeded?

I want to make a doodle sort of control on an embedded device and this is what I’ve done so far: Placed an InkPresenter control (Home_Ink) and these are its events: Home_Ink_MouseLeftButtonDown: m_pHome_Ink->CaptureMouse(retValue); …
1
vote
1 answer

Windows Mobile 2003 SE application in Windows Embedded Handheld 6.5 Prof

I would like to know if an application developed (and working) for Windows Mobile 2003 SE is compatible with Windows Embedded Handheld 6.5 Prof. In case it helps, I read WM 2003 SE is WCE 4 based and WEH 6.5 is WCE 5 based. At this time I don't have…
Oliver
  • 320
  • 1
  • 10
1
vote
1 answer

Replacing winlogon.exe in windows embedded

I need to create my own UI for windows login. I'm doing this using Windows 7 Embedded and I have complete access to image creation and modification. From researching I've learnt that winlogon.exe is called by smss.exe I've haven't looked too much…
Rojuinex
  • 183
  • 3
  • 15
1 2 3
8 9