Windows 7 Embedded is an operating system designed to bring Windows 7 features to embedded devices. This tag should be used exclusively for programming questions related directly to Windows 7 Embedded; general software issues not directly related to programming are off-topic and should be directed to Super User.
Questions tagged [windows-7-embedded]
41 questions
0
votes
1 answer
CefSharp TouchInput on Windows 7
I have my application installed on a Windows 7 Pos Ready computer and I've issues with the touch input. It just doesn't work and doesn't respond to any touches. If try to click things with my mouse everything is fine.
The CefSharp version I'm using…

Georg Kitz
- 111
- 1
- 9
0
votes
0 answers
C# hangs on closing connection with Arduino
I'm writing a C# program that sends some simple commands to Arduino. via USB serial virtual port.
Sometimes happen that the program hangs, even if the code is protected by a try/catch block.
When I saw the problem the problem seem to be in…

SteMMo
- 392
- 1
- 4
- 23
0
votes
0 answers
Running of exe file of .NET application in Windows 7 embedded stopped
I have created a windows application in Visual Studio 2010 with .Net Framework 4.0, in an operating system windows 8.1.
I am trying to execute an .exe file of my application in windows 7 embedded with .Net Framework 4.0 other application, (I have…

Ruppal Vachaswa
- 31
- 8
0
votes
2 answers
Access GPIO on atom board
On this machine: http://www.nexcom.com/ProductModel.aspx?id=376f4fa5-64f3-41d1-afba-60ee48883465
I'm trying to access gpio, but neither Nexcom or Intel support has been very helpful.
The closest I've come is this blog post which says I have to…

Esben Skov Pedersen
- 4,437
- 2
- 32
- 46
0
votes
2 answers
Docker on windows 7: hello-world runs on Docker Quickstart Terminal but not on command prompt. why?
I haven't been able to run hello-world on command prompt but on quickstart terminal it works. Why is that? Error message on command prompt:
https://drive.google.com/file/d/0B0rw5s9roTIiWnpOM1JhVUNDZVU/view?usp=sharing
In a broader context, I am…

adamh
- 5
- 3
0
votes
1 answer
How to get consistent SHA1 of Hard Drive or Volume that has EWF enabled (Win 7 embedded)
Problem:
I am unable to get reproducible file, volume or even physical drive hashes (e.g. SHA1) even with EWF enabled on Win 7 Embedded and using Win32 API's CreateFile/ReadFile methods. It appears (to me) that ReadFile is reading from the EWF's RAM…

user3837690
- 9
- 4
0
votes
1 answer
RegOpenKeyExW with HKEY_LOCAL_MACHINE returns 2 on Windows Embedded 7 64 bit
I need to read key values in HKEY_LOCAL_MACHINE\SOFTWARE from my application. I use the following snippet to do that but it always returns 2.
std::wstring strTmp;
strTmp = L"SOFTWARE\\TEMP";
RegOpenKeyExW(HKEY_LOCAL_MACHINE, strTmp.c_str(), 0,…

Panch
- 1,097
- 3
- 12
- 43
0
votes
0 answers
Double click in any listbox in windows applications
I am facing a weird issue while double click in windows 7 embedded OS.
Consider a listbox having several items and offers a double click functionality to open an item to show more details in separate window.
Here while performing the double click,…

Gokul E
- 1,356
- 2
- 13
- 28
0
votes
0 answers
Intel EG20T GPIO on Windows 7 Embedded
I'm currently trying to listen for when a GPIO input pin goes high by using an interrupt on an Intel Atom board with a EG20T platform controller. I'm using intel's driver and have found their programmers guide here:…

Casey Price
- 768
- 7
- 16
0
votes
1 answer
How to enable Stylus input and read the text and save it in a Windows 7 CE Application?
I have been working on a Windows 7 CE device. The platform uses Silverlight 3 for Windows Embedded and Expression Blend 3 . The code is to be done in VC++.
I am struck at a requirement.
The user has an option for writing a text at any part of the…

Apoorv Upadhyay
- 11
- 3
-3
votes
1 answer
How do I install Python on Windows 7 32 bit?
I went to the link here, python 3.8 download page, but there is no installer executable. How can I get the normal python installer download for older versions as is available on the most recent page?
(edit) If this is a bad question, feel free to…

Jacob Waters
- 307
- 1
- 3
- 11