Previously known as 'Windows CE', Microsoft changed the naming of the operating system starting with version 7.0.
Questions tagged [windows-embedded-compact]
177 questions
2
votes
2 answers
Installing Win CE 6.0 licence
We finally managed to develop and test our custom Win CE 6.0 installation. Everything we made on trial version.
Now want to buy the license per device and install it into the target Win CE OS.
Does anybody has the description of the procedure to…

Patrik
- 1,286
- 1
- 31
- 64
2
votes
1 answer
log4net with SQL Server CE don't save data to table
Edit 2
What I have found out now is very strange. When I turn on unmanaged exception in Visual studio i get an format exception when trying
log4net.Config.XmlConfigurator.Configure(new System.Uri(config));
I have added some parameters to my insert…

mr carl
- 571
- 2
- 6
- 20
1
vote
1 answer
How to position a Rectangle in Embedded Silverlight?
I'm trying to position a Rectangle on a Canvas but can't figure out what the correct syntax is to do this. In C# I would write
rect = new Rectangle();
rect.Width = 100D;
rect.Height = 50D;
rect.Fill = new…

JohnCambell
- 633
- 8
- 23
1
vote
1 answer
Can we compile Azure IoT C SDK for ArmV4I platform?
I'm currently trying to compile the Azure IoT C SDK in ArmV4I. My system can't be modified or upgraded and the different solutions on internet to compile only Arm (ArmV7) doesn't match with my machine.
Machine specs :
CPU : i.MX6 solo (ArmV4I)
OS :…

Noia
- 11
- 2
1
vote
3 answers
WinCE emulator shows Black Screen when trying to run
I am new to WinCE.
I am trying to build an WinCE 6.0 Image using platform builder.
So I went Like this .
Visual Studio 2005 >> Platform Builder >> OS Design
Avilable BSP : CEPC X86
Custom Device
Actice sync and Cab File Insaller and…

Verve Innovation
- 2,006
- 6
- 29
- 48
1
vote
0 answers
Change Display Resolution in Windows Embedded Compact 7.0
I have successfully build a Windows Embedded Compact 7 OS using the Platform builder. It is deployed on the target device (a Single Board Computer) and is running as expected.
I need to add a feature to change the display resolution in WinEC 7.0 OS,…

Vatsal Trivedi
- 13
- 2
1
vote
1 answer
Reading NDIS miniport statistic value
A NDIS 6.0 miniport driver provides statistic counters that are provided by the function MiniportQueryInformation. The information request is passed in the NdisRequest parameter. That actual query is defined by the member Oid of the NdisRequest.
I…

harper
- 13,345
- 8
- 56
- 105
1
vote
0 answers
Azure App Service: SSL/TLS on Windows Embedded Compact 7
We created Web API that hosted with Azure App Service and communication from our instrument with Windows Embedded Compact 7.
The compact framework was working fine all the while and until recently, we found that it stops working with the exception…

pacas redcargo
- 11
- 1
1
vote
0 answers
Running old ARM code on WEC2013 (porting to 2013)
The compiler for WEC7 generates ARMv7 code. The compiler for WEC2013 generates Thumb2 code.
Is there some mechanism for the OS to detect if an application is not Thumb2 code? i.e. Will any/all code built for WEC7 need to be rebuilt for WEC2013…

Doug
- 2,783
- 6
- 33
- 37
1
vote
3 answers
VB.net How to hide dialogue without close the application
I have problem about close() or dispose() function with my barcode reader (Windows Embedded Compact 7). In this case I can only hide() form.
I tried to show Form2 as dialogue but after I clicked the close button (to hide this form and go back to…

Palm
- 13
- 5
1
vote
1 answer
FTP over SSL/TLS on WEC2013
does anybody know if it is possible (and if yes how) to activate ftp over SSL/TLS on WEC2013?
FTPD is activated in the Image and we also got httpd with ssl working. I imagine that if https is working that also ftps should work but I cannot find any…

Dominik
- 11
- 3
1
vote
1 answer
How to Port Windows Embedded Compact 7 DLL to Windows CE 5.0 / 6.0?
I would like to port a DLL that was compiled for Windows Embedded Compact 7 into a Windows CE 5.0 / 6.0 environment. I'm fairly certain the target assembly language is compatible but from my experimentation it appears that there is something…

Paul Berland
- 11
- 1
1
vote
0 answers
DELETE FROM table get stuck in SQL Server CE
I have a Compact Framework application where I run this code:
SqlCeCommand cmd = new SqlCeCommand();
cmd.Connection = conn;
cmd.CommandText = "DELETE FROM Empresa";
cmd.ExecuteNonQuery();
The Empresa table has only 187 records, but that…

jstuardo
- 3,901
- 14
- 61
- 136
1
vote
0 answers
How to get C# Console Application Exit Event in WinCE 6.0?
How to use SetConsoleCtrlHandler of coredll.dll in compact framework wince 6.0 to fetch event of closing console application using C#. I require this because when I try to run my application on WinCe 6.0 where it makes use of the serial port, the…

K.Sohan
- 43
- 7
1
vote
1 answer
Using m2mqtt paho c# client library to connect to azure
Im using m2mqtt c# client library to connect to azure. While the connection to azure from my laptop using the .NET framework has been successfully established but when I try to connect to azure using WinCE 2013 with .Net 3.9 Compact Framework Im…

K.Sohan
- 43
- 7