Questions tagged [windows-embedded-compact]

Previously known as 'Windows CE', Microsoft changed the naming of the operating system starting with version 7.0.

177 questions
0
votes
1 answer

Windows CE - RegisterWindowMessage WM_DECODEDATA doesn't work

I'm working on simple application for windows CE to scan barcodes. I have device: CP9700 and this document: 9700 .NET Programming There is a simple application which implememt barcode scanner in Appendix II (pages 277 and 278). I have prepared…
0
votes
1 answer

How to retrieve the network adapter link speed?

I want to determine the link speed of a Ethernet adapter in a Windows CE environment. The actual version of the OS is WEC2013 supporting NDIS6. The miniport driver provides the OID_GET_LINK_SPEED at the MiniportQueryInformation function. But I can't…
harper
  • 13,345
  • 8
  • 56
  • 105
0
votes
1 answer

Best Practice creating simple queue Compact Framework

We are creating an app using .net Compact Framework 3.5 running on Windows CE Embedded 7.0. This app is collecting different data from our different vehicles and sending them back to our Server. The Problem we are facing is connection lost, which is…
0
votes
2 answers

Why the subprojects of my BSP don't uncollapse in VS2008 (Windows CE7)

I am facing a strange problem... I am working on a BSP with Visual Studio 2008 on a Windows 8.1 virtual machine for a Windows Embedded Compact 7 system. In the solution explorer window, I cannot uncollapse the 'Subprojects' category. When I click on…
0
votes
0 answers

comparison of QNX , Linux, Windows CE in terms of security

Can somebody help me in knowing which of the os(QNX,WINCE,LINUX) is best in terms of security and why ?
ashwanth selvam
  • 486
  • 3
  • 13
0
votes
2 answers

How to do screen capture on Mobile Computer Handheld

I'm currently developing handheld program on Motorola model MC9200 Windows embedded handheld 6.5. For now I need to do the User Manual documentation provided with screen shots. I've googled about how to do the print screen on the handheld mobile,…
0
votes
1 answer

Sending buffer over message queue

I am trying to send (ideally) a 2d buffer from one process to another, over a Message Queue, but i am attempting to do it first with a 1d buffer. The functions called to initialization the queue are the following: HANDLE…
Javia1492
  • 862
  • 11
  • 28
0
votes
1 answer

visual studio Solution ip (remote debug)

i have a working solution, that is running on a windows Embedded Compact framework on a remote arm processor. (visual studio 2012) the debugging is done by sending the project over the local network. We are trying to get this debugged on multiple…
0
votes
1 answer

What are the minimum system requirements of Windows Embedded OSs?

I have searched a lot. I can say almost for 2 months. But I couldn't find any document about this topic. Which one is smaller in terms of footprint, Windows Embedded 7 or 8 or Windows Embedded Compact? Which one of these two requires less RAM and…
zgrkpnr89
  • 325
  • 1
  • 6
  • 17
0
votes
1 answer

Optimization loading data in memory

I need to load data from SQLite to memory, and when the table contains more than 40k entries this process lasts for a few minutes. Data in db is encrypted so I decrypt it to load in memory. Basically, I am: loading all the data from the table…
Ignacio Gómez
  • 1,587
  • 4
  • 23
  • 41
0
votes
4 answers

Does C# reserve three null instances ahead of time on a List?
I have the following: public static class LocalFileModelList { public static List ModelList = new List(); } public class LocalFileModel { public string Name { get; set; } …
Dayan
  • 7,634
  • 11
  • 49
  • 76
0
votes
1 answer

WebSocket on Win EC7 / EC2013?

has anyone experience using WebSocket protocol in Win EC7 / EC2013? Are there browser which support WebSockets? Thanks in advance.
timmf
  • 44
  • 6
0
votes
1 answer

Mapping virtual address to physical address

I have a project which I need to get working in C++ in VS2010 under Windows 7. The project was originally developed to run on WinCE . It was developed in VC++ but linked to some libraries used in the WinCE dev environment. The project uses…
0
votes
1 answer

Windows Embedded Compact webservices.dll

On http://developer.toradex.com/software-resources/arm-family/windows-ce/tegra/release-details?view=release-roadmap&issue=10304 it is stated that one should "Copy webservices.dll manually to the target folder \Flashdisk\System\" in order to fix a…
Gerharddc
  • 3,921
  • 8
  • 45
  • 83
0
votes
1 answer

Issue in Bluetooth pairing

We are testing Bluetooth in WEC2013 with a USB based dongle from generic vendor on iMx6 platform. We are using the default HCI Transport layer provided with WEC2013 BSP. BT is turned on and able to scan all the nearby devices. We have enabled…
Keshava GN
  • 4,195
  • 2
  • 36
  • 47