Questions tagged [windows-embedded-standard]
17 questions
2
votes
1 answer
Can I build C++ application for Windows Embedded Systems (WinCE 6.0, WES7) with Visual Studio 2015?
I would like to create an application that can be executed on a device running WinCE 6.0 or WES7 with Visual Studio 2015 using C++. Is this possible and what do I have to do to achieve this ? Which C++ language standard can I use ? C++11 ? The…

fxkaiser
- 21
- 4
1
vote
0 answers
How do I Integrate one application’s UI into another?
I apologize for the length of the question, but I believe it is difficult to understand the “why” without the background.
Background: I have two applications running in a Windows Embedded Standard 7 environment. They should be the only two…

acronos
- 11
- 2
1
vote
0 answers
Delay in loading Startup application WinCE 6.0
We have added MFC application in \Windows\startup folder to run application after WinCE 6.0 boot successfully.
Below are the software we have installed for Generating WinCE 6.0 OS image.
1) Visual Studio 2005
2) Windows CE 6.0 toolkit
3) Visual…

user3518318
- 11
- 3
1
vote
1 answer
Windows 7 Embedded Standard: Do you need to shut it down?
I realise that this may be a silly question, and for that I apologise in advance...
I am developing an application that is going to run on a Windows 7 Embedded Standard device installed in a vehicle. As things currently stand, the device is powered…

Martin Robins
- 6,033
- 10
- 58
- 95
1
vote
1 answer
Access is denied (80070005) when trying to retrieve WMI using SWbemLocator from remote machine
The remote machine I'm trying to connect to is as follows:
Windows Embedded standard 7 (SP1).
Configured in Workgroup.
The credentials I'm using are from an Admin account.
I have given all permissions to the group "Everyone" in the CIMV2 namespace,…

KilburnPass
- 21
- 1
- 7
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…

T. Richard
- 11
- 4
0
votes
1 answer
Compiled dll not working on intel Atom 32bit
I am compiling a dll in visual studio 2017 c++.
SDK: 10.0.17134.0
this project uses a template, that automatically creates 2 dll, one for 32 bit and one for 64 bit. I do have two machines that run the same software but have different hardware and…

sharkyenergy
- 3,842
- 10
- 46
- 97
0
votes
2 answers
Can I use a Windows 8.1 API in Windows Embedded 8 Standard?
I am trying to make an embedded music device.
There is already an existing music API I would like to use which has support for Windows 8.1 (not embedded). I am trying to figure out if there is a way for me to leverage the existing 8.1 music API with…

Jared Simon
- 1
- 2
0
votes
1 answer
Windows Embedded Standard 7 WEDU updates do not install
I use WEDU to search for updates and to download and install them to my WES7 SP1 Distribution Share.
I have done that many times before and it usually works fine.
I want to make a configuration set of updates and security updates, that I can apply…

Lars Iversen
- 1
- 6
0
votes
1 answer
Windows Embedded Standard 7 won't find my .dll
Several weeks ago I have build a Native C++ .dll that wraps a third-party .dll to be used with C# P/Invoke in several applications to be deployed in WES7. I've been using Windows 10 as a dev box and everything works as expected. This week I finally…

makoshichi
- 2,310
- 6
- 25
- 52
0
votes
1 answer
Windows Embedded Standard 2009 XPECMD.wsf script fails; "cannot create object named CMI.CMI"
I'm trying to build a Windows Embedded Standard 2009 image, following a process written for creating an XP Embedded SP2 image with adjustments where necessary. When executing the XPECMD.wsf script (c:\Program Files (x86)\Windows…

Kyle Strand
- 15,941
- 8
- 72
- 167
0
votes
0 answers
Visual studio 2010 and Windows embedded standard 7
I'm trying Windows Embedded Standard 7 and I'm having some problem with Matrox in my program and I would like to debug it with Visual Studio 2010. I installed Visual Studio 2010 professional but every time I try to open a file it crash with this…

pascx64
- 904
- 16
- 31
0
votes
1 answer
Windows Compact Embedded 2013 Custom SDK Compile Error
I'm attempting to build a custom SDK in VS 2013 for my Windows Compact Embedded 2013 OS. I've been able to successfully build the OS and deploy to a VM using Hyper V, so I know it's ok.
However, when I try to build an SDK (so I can do some .Net…

znelson
- 919
- 1
- 10
- 24
0
votes
1 answer
Gain administrator privileges in Windows Embedded Standard 7
Am asking on how to gain administrator privileges in Windows Embedded Standard 7, i have an embedded machine that works with WES7 and i can't access some of the developers needed peripherals in order to perform some developing stuff like : RS323…

Bouzenzel
- 187
- 1
- 1
- 18
0
votes
1 answer
Hard Error for password box on Windows Standard Embedded 7
I am working on a C# application for a Windows Standard Embedded 7 platform. I have managed to create a Windows image (using Image Configuration Editor) and installed the .NET 4.5 runtime, as well as the application software. All good so far.
When I…

Julian Gold
- 1,246
- 2
- 19
- 40