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
1
vote
0 answers

USB driver is reading different max packet size for bulk endpoints during system init and after system init in windows ce 6 on x86 platform

I am working on USB driver for Windows CE 6 on x86 platform. I am facing an issue in USB driver initialization if the USB is plugged in during system init. Normally I plugin the USB after the system is up and the USB driver reads bulk endpoints max…
1
vote
3 answers

Windows .NET compact framework 3.5 lost focus event not working properly

We are currently migrating a PDA application from .NET compact framework 1.1 to .NET compact framework 3.5. PDA having operating system Windows 6.0 and 6.5 installed. On got_focus event of custom text box we have wrote below code enter code…
1
vote
2 answers

STL vs Stlport: Which one is more lightweight

I have being using stlport to develop wince based custom OS, but from now on I am thinking about using stl provided by windows. I read that functionally they are not different from each other so currently what matters is my image's size.…
Xentius
  • 459
  • 1
  • 10
  • 21
1
vote
1 answer

Can the common Windows application development workflow apply to WCE7?

Specifically speaking for Windows Embedded Compact 7 (with a x86 PC). In a perfect scenario, I would hope to use the common desktop application development workflow. For example, "install" the provided WCE7 OS from CD, boot-up the OS, copy over a…
1
vote
0 answers

How to write on InkPresenter in Silverlight For Windows Embeddeded?

I want to make a doodle sort of control on an embedded device and this is what I’ve done so far: Placed an InkPresenter control (Home_Ink) and these are its events: Home_Ink_MouseLeftButtonDown: m_pHome_Ink->CaptureMouse(retValue); …
1
vote
1 answer

Smart Device Support in Visual Studio 2012

I saw this question here already one yeare ago, but now as Windows Embedded Compact 2013 has been released, there should be some information about Smart Device support within Visual Studio 2012. At the moment, we are working on industrial automation…
mbue
  • 1,591
  • 2
  • 14
  • 34
1
vote
1 answer

Windows Embedded Compact - backward compatibility

Would Windows CE 5.0 binaries be compatible on Windows Embedded Compact 7 and 8? I've searched the Internet for a long time with no answers that are thorough or definite enough concerning the backward compatibility of these OSs. Also I've tried to…
voxoid
  • 1,164
  • 1
  • 14
  • 31
1
vote
2 answers

Windows Embedded XAML Rendering with OpenGL ES

We have rendering problems with the OpenGLES accelerated Silverlight on the Freescale iMX53 platform: The BSP comes with the environmental flag bsp_xrplugin_opengl=1, which configures the XAML rendering engine to use OpenGLES. However when using…
1
vote
0 answers

Change of font size of Windows CE command line shell?

is there any chance to change the font size of the Windows CE command line shell (\windows\cmd.exe)? I would like to use a smaller font, so more text can be displayed on small displays (eg 320x240). Thanks for any help. Regards, Timm.
timmf
  • 44
  • 6
1
vote
3 answers

Charting control options for Silverlight for Windows Embedded

I want to make a charting control for an embedded device using Silverlight for Windows Embedded. Currently i am planning to use line shape for drawing the graph. My question is if its a good approach(performance wise) or should i look for other…
H3llrais3R
  • 174
  • 1
  • 2
  • 13
1
vote
0 answers

Charting Control for Windows 7 CE with Silverlight 3

I have to implement charting controls(waveforms specifically) that can be n in number and have to plot them dynamically with certain range of values. I am using Silverlight 3 for Windows Embedded and i have to code for an embedded device. Windows…
1
vote
1 answer

Custom Splashscreen on Windows Embedded Compact 7

I want my Windows Embedded Compact 7 Device to start an Application after boot without the OS showing at any time. For the time that windows is booting I'd like to show some Fullscreen Logo image. Any way to do this? A Solution without the need for…
Oliver
  • 31
  • 4
1
vote
0 answers

Visual Studio Device: Unsupported Instruction Set error while connecting to .Net CF CLR Profiler

I can't connect to my device using .Net CF CLR profiler. I receive the error Visual Studio Device: Unsupported Instruction Set. I'm using an ARM V7 processor running WEC7 with a USB ActiveSync connection. Any ideas why I might be getting this error…
Embedd_0913
  • 16,125
  • 37
  • 97
  • 135
1
vote
2 answers

Using DirectShow for multiple simultaneous video playback on windows Embedded Compact 7

Hello i am struggling for past few days, with simple application which could create multiple previews for simultaneous video playback of different video streams ( but same formats in example mpeg4 ). On my platform there are no Xaml runtime so i am…
1
vote
0 answers

Can the Flash Player ActiveX on Windows Embedded Compact 7 (V10.1.62.47) be used out of the browser?

I'm having problems hosting the Flash ActiveX in a .net compact framework forms application on Windows Embedded Compact 7. I have used the AxHost implementation from this article - http://msdn.microsoft.com/en-us/library/aa446515.aspx - but the…