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
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
SharpDevelop - how to embed, compile exe file with dll's assemblies?
I am developing a net compact framework project in sharpdevelop 3.2.
It works great but there have to be dlls like firebird net provider and other assemblies i use, inside folder with exe when i run it.
How to embed all this dll's into exe, to have…

user3762355
- 185
- 1
- 12
0
votes
1 answer
Deploy to Windows Embedded Compact 7 yields "The bootstrap could not be loaded"
Here's the setup:
I'm trying to connect / deploy to a Motorola Windows Embedded Compact 7 device from VS 2008. The development machine VM is Windows XP (it has tools and SDKs going back to eVC3 on it that will not run on anything newer). It is…

tcarvin
- 10,715
- 3
- 31
- 52
0
votes
0 answers
Programatically how to configure the PEAP MS in windows embedded compact
I am developing the gui for creating and configuring network profiles - open,wpapsk,wpa2psk,wpa-enterprise and wpa2 enterprise in windows embedded compact. I am able to configure the setting of open ,wpapsk and wpa2psk using wlansetprofile winapi,i…

user2818025
- 11
- 2
0
votes
1 answer
Porting .NET CF 3.5 to 3.9 - What about SQLCE?
I'm planning to migrate a managed Windows CE 6 application to run on Windows Embedded Compact 2013. Currently, the app is based on .net CF 3.5 and as you know, WEC2013 includes .net CF 3.9
My app uses a file based database (.sdf) and now I've read…

oxident
- 55
- 7
0
votes
1 answer
WEC7 not sending gratuitous ARP messages
I am looking at the startup behavior of the network of our WEC7 platform. What I see is that a PC that is connected to my WEC7 box takes two minutes to reconnect after a reset of the target.
On my PC I am continuously pinging the target (ping -t),…

Borkhuis
- 141
- 3
- 11
0
votes
0 answers
Windows Embedded Compat 7 support for Native 80211 IHV Extensions DLL?
We are developing WIFI miniport driver for Windows Embedded Compat 7. Plan is to extend the security features supported by Native 80211 framework through IHV Extensions DLL. But didn't find any resource specifying WEC 7 support for IHV Extensions…

user3224937
- 33
- 5
0
votes
1 answer
Connection Manager Compact 7 connectivity
I am working to create a wifi connectivity for a windows ce 7 device using connection manager. I am new to wince. Can anyone suggest how to establish a connection with a network. I actually wanted to have a list of available networks and to select a…

user3295916
- 11
- 2
0
votes
1 answer
Windows CE 7 development in VS 2008 Pro
I'm new to WEC7 - but I'm trying to write an app in Visual C# for WEC7 to be deployed to a TI OMAP 3530 board.
However, I'm having trouble installing WEC7. It seems to installs just fine on my development virtual machine, but when I go to VS2008 >…

ryanswj
- 65
- 10
0
votes
1 answer
Is WEC (Windows Embedded Compact) development supported in VS 2013?
I've downloaded VS 2013, hoping it would make it easier for porting our Windows CE / CF app, specifically easier for debugging. My worst problem is not being able to connect to the emulator from VS 2008 (How do I get the Emulator on the same network…

B. Clay Shannon-B. Crow Raven
- 8,547
- 144
- 472
- 862
0
votes
1 answer
XML file download in Compact framework
Basically, Here is the scenario.I created mobile optimised ASP.NET(3.5 framework) apllication and I added a link to download xml file on to Motorola GUN which runs on comapct framework 5.0 operation system.
File download logic works fine on…

Shreekanth Gaanji
- 668
- 7
- 12
0
votes
0 answers
Retrieve white space from SQLCE database
Greeting everyone, I come across a problem when trying to retrieve white space from SQLCE database. I'm using Visual Studio 2008, VB.NET, v3.5 Compact Framework, it's a Smart Device Project.
I have to store white space into database for text split…

Milo Khoo
- 53
- 2
- 11
0
votes
1 answer
Difference between Windows Embedded Compact 2013 and Windows Embedded 8
I have some quires regarding WIN CE.
Is there any difference between Windows Compact Embedded and Windows Embedded edition?
In the website i saw a new version of WIN CE, WIN CE 2013. Is win CE 2013 and Win embedded 8 the same. What are the…

0xAB1E
- 721
- 10
- 27
0
votes
1 answer
WCETK: How to interpret test results
doing a graphic performance test with CETK (direct draw performance, gdi performance).
Can someone explain how to interpret the test results?
In detail, what do Rgn Count, SampleCount, Min, Max, Std Deviation etc. mean?
Is there some documentation…

timmf
- 44
- 6
0
votes
0 answers
How to develop REST server with C# on Windows Compact 7?
I want to develop the web service with C# on Windows Compact7. But it cannot use like "System.ServiceModel.Web".
How can I develop REST Web service with C# on Windows Compact7? I need to make it with scratch?
Thanks.