Microsoft Windows CE (now officially known as Windows Embedded Compact and previously also known as Windows Embedded CE, and sometimes abbreviated WinCE) is an operating system developed by Microsoft for embedded systems.

learn more… | top users | synonyms (2)

0
votes
1answer
32 views

Can't connect to SQL Server CE database

I have the following code, just to test connection: public void Test() { SqlCeConnection conn = new SqlCeConnection(@"Data Source=/Application/Database.sdf;"); try { conn.Open(); ...
0
votes
0answers
20 views

C# application crashes in Windows CE

I have some console C# application, which is working on Windows CE environment. This application start the other main application.This part is working. But also it have to detect when/if main ...
0
votes
0answers
12 views

Including netsh in Windows CE 7

I need the ability to configure IP Address, Subnet Mask, and Gateway address to our custom remote machines. Looking around the internet, most people suggest the netsh command line utility for the job. ...
1
vote
1answer
19 views

Using a .NET CF dll in C for WinCE

I am currently developing a library in C for WinCE to work with Amazon Relational Database Service. These API's will help in managing the Amazon database instance providing functionality like scaling ...
0
votes
0answers
50 views

Windows CE Generate Log on Barcode Scan

At the moment, I am currently faced with a small project as to update a current bar-code system so that it will store a log file on scan. However, I'm not provided with any source code for the current ...
0
votes
0answers
10 views

Physical memory issue in WinCE

I am using i.mx233 board (with wince 6.0) for which I built wince image with below configuration in config.bib The i.mx233 board has 64MB DDR RAM NK_START 80200000 NK_SIZE 00A00000 ;10MB ...
0
votes
0answers
8 views

Motorola MC1000 length of barcode read and beep

I have a program in VStudio 2005 for motorola mc1000 data collector that runs on Windows CE. I want to show an error when the reading barcode length is different than expected, I try the following ...
1
vote
0answers
14 views

How to get Serial Port profile SDP record for remote device

I am trying to write an application that pairs a remote bluetooth device with Windows Mobile/CE handheld and get the service of the device. I noticed that when you manually pair a device and set the ...
0
votes
0answers
7 views

SQL CE & Windows CE : Best practices and naming conventions [closed]

I've done too much of research on this now. But in Vain . Can anyone point me to some of the links which gives the best practises and naming conventions for SQL CE and Windows CE ? Thanks in Advance. ...
-1
votes
1answer
18 views

Run DirectX Games on Windows CE [closed]

I'd like to have Rocksmith running more realtime-ish, so there would be less delay and I'm wondering if I could install it along with DirectX, graphics- and sound drivers (and also a driver for the ...
0
votes
0answers
14 views

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 ...
0
votes
0answers
10 views

How to ignore 1st touch event when screensaver is enabled

on our Win CE 6.0 device (x86 platform), screensaving is enabled using the Powermanager UserIdle Timeout: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\Timeouts] ...
1
vote
1answer
151 views

Developing applications for Windows Embedded Compact 2013

Today I stumbled over the Application Builder for CE 2013 in Microsoft's download center. As of the description, with this pack I should be able to develop apps that target Windows Embedded Compact ...
0
votes
0answers
6 views

Irregular errors on WebService that work with Windows-CE Terminal

i have WebService that work with Terminals (Windows-CE 6.0) sometime i got error when i Turn to server (Not always consistent) error 1: SoapException Server was unable to process request. --> ...
0
votes
1answer
49 views

Windows CE. How to kill a process by name?

Im looking for a way to kill a process by name using C# on WindowsCE The .NET Compact Framework doesnt have a Process.GetProcessByName() method it only has a .GetProcessById() method. But i dont ...
0
votes
2answers
23 views

Is it possible to still make win CE 5.0 applications

Is it even possible - without it being a labrinthian process to devlope applications for CE 5.0? I have VS 2012 Premium. Also if I download the 5.0 SDK during the install it claims I do not have the ...
0
votes
1answer
50 views

Finding memory leak in windows CE OS

I have 2 images of windows ce OS. My application shows memory leak in one OS image and nothing in the other. And i am convinced that the leak is from the OS after an extensive analysis. Is there a way ...
0
votes
1answer
20 views

Help me installing Microsoft SQL Server Compact 3.5 on WindowsCE 5.0

I want to install Microsoft SQL Server Compact 3.5 for Windows Mobile on a Windows CE 5.0 device I installed int he desktop PC the file from Download Center Then I followed the instructions in How ...
0
votes
1answer
28 views

How can I get the device name?

I'm developing an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want to get the device name using code lines. Any one have an ...
0
votes
1answer
38 views

How to Change font type in WinCe Device

I am working on WinCE Device,working on GDI in that i am trying to change the font type, i have enabled the all font types in catalog items(Arial,Comic Sans MS,Courier New,Georgia,Tahoma,Times New ...
4
votes
2answers
64 views

How to avoid a serious error in .NET CF 3.5 and CE 6 R3

When i start this sample program on the device with an attached debugger a serious error occurs. This is a stripped down version of what happens in our real application. What i found out is: ...
-1
votes
0answers
81 views

Reading USB device data

Hi i am a beginner for Windows CE application. I want to develop one Windows CE application purpose of read data from USB. The data come from the SPO2 sensor, the sensor connected the mobile device ...
0
votes
2answers
34 views

How Can I set the form background?

I'm developing an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want to set the background of a form to an image. I can not find ...
0
votes
0answers
30 views

How can I acces to a network via winCE device?

I'm developing an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want to add a button that can open the wifi conf. page of the ...
0
votes
2answers
27 views

Setting a Thread's Priority by knowing its ThreadName

I am developing a rt driver for Win CE and to achieve my purpose I need to be able to change a thread's priority. However problem is that, I do not have the source code special thanks to Microsoft! ...
1
vote
0answers
35 views

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). ...
0
votes
1answer
59 views

issue passing struct from C# and modifying in unmanaged C++ dll on CE 5

I have C++ code that's compiled into Win32 and CE 5 dlls. Seeing that I'm compiling for both platforms, I'm using preprocessor definitions in the C++ to segregate when necessary. Both dlls are ...
0
votes
1answer
49 views

driver is not loading in wince 6.0 issue

I added my driver in wince 6.0 platform builder. It compiles sucessfully and added in nk.bin(i checked manully by open nk.bin in vs2005) also reg file contaning that driver enrty. I did below ...
0
votes
0answers
98 views

How to send file from Client to Server?

I'm developing an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want to add a functionality that can send file from a client, ...
-1
votes
1answer
33 views

SqlConnection DBConnection Windowsce

I'm writing this piece of code in Compact Framework 3.5 under Windows CE 5.0 to handle two different databases: using System.Data; using System.Data.SqlClient; using System.Data.SqlServerCe; using ...
2
votes
1answer
70 views

Windows CE and Oracle

I am using VS2005 and I have a project to build an application for Windows CE 5 which make a connection to an Oracle Database (11g). Here is my code : OracleConnection oConnexion = null; ...
0
votes
3answers
132 views

What could be causing a System.TypeLoadException?

I'm developing with VS2008using C# language an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want t add a functionality that can ...
1
vote
2answers
53 views

How do I check the network connection win the fatest way?

I'm developing an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want to use a function which can check the network connection ...
0
votes
0answers
27 views

Win CE 6.0 ethernet read/write thread priorities

I am using win CE 6.0 and need to edit the priorities of the threads that are responsible from reading and writing from ethernet. However I could not find any piece of code responsible for this ...
2
votes
1answer
14 views

Windows mobile 6 window registration failed

When i try to deploy the code (win32 smartphone project) the registration failed error pops up and the application exits. But if i change the right side of wc.lpszMenuName to NULL everything works ...
1
vote
1answer
15 views

Is it possible to selectively build WinCE directories in parallel

I was wondering if it is possible to build (via blddemo) some of the directories (i.e. their trees) in parallel while others not. I have a situation where some of the directories containing parts of ...
1
vote
1answer
88 views

Boost C++ and Windows CE 6.0

I've succefully built STLPort and Boost c++ for Windows CE 6.0. I can run application with Windows CE 6 and STLPort both in debug end release mode. I've built boost with the following batch file: ...
0
votes
1answer
56 views

Windows CE Async .Net webservice call results in empty callback object

I'm stuck... :) Windows CE (.Net Compact Framework 3.5) code: Imports System.Net Imports System.Data Imports windowscetest.aliweb Public Class main Const url = "http://myip/asw/services.asmx" ...
1
vote
1answer
45 views

How to change default install dir in smart device cab project?

I have created smart device CAB project and its installed successfully in \Program Files by default BUT I want to make default install directory \Application folder instead of ...
0
votes
1answer
37 views

static lib global value got reset after call from DLL

I have c++ libary in wince 6.0, There is some global variable. that libary has been linked with DLL which is c++. when i exected application and called DLL. first its intilized all global variable of ...
0
votes
1answer
141 views

Convert single font character into bitmap pixel array in c++

I have a problem converting a character into a bitmap pixel array. I work with Windows CE 6 and I have written an application in C++ to manage an OLED by serial interface. To display the image on ...
5
votes
2answers
181 views

Application Development for Windows CE

I have a POS software and need to develop a collecting module for windows CE to run on a Honeywell Dolphin 6100 device. I need to develop a simple application to run on a Honeywell 6100 device. This ...
0
votes
1answer
25 views

Windows CE click bug

In my application I have a few situations where there is a short momentary delay switching between forms, and although I briefly display a wait cursor, any taps the user makes during this transition ...
0
votes
1answer
39 views

SMSC911x driver locks up on Windows CE device

I am struggling with a Windows CE device that locks up occasionally when the network cable is unplugged. It is running Windows CE 5.0 and the NIC driver is SMSC911x. It is running version 1.01, and I ...
2
votes
1answer
122 views

Force close Windows CE 5 app using C#

How do I go about force-closing an application on Windows CE 5.0, using C#? I've already tried Application.Exit() but this doesn't always kill all currently running threads. I'd normally use ...
0
votes
1answer
38 views

Board Support Package

Currently our BSP is built using Visual Studio 2005. I would like to update this to use VS 2010 at the very least, preferably 2012. I have not been able to find anything that will allow me to do ...
0
votes
1answer
66 views

Windows CE 6.0 and runtime link to Debug DLL /MDd

I'm using Windows CE 6.0 R3 on an x86 PC. I've build the NK.bin and the SDK for the platform. But I've some problem to understand how can I build a console application with /MTd (Debug DLL). If I ...
0
votes
0answers
42 views

How to disable some hardware keys?

I'm developping an application for Honeywell Dolphin 6100, a mobile computer with a barcode scanner that uses Windows CE 5.0 like OS. I want to disable the hardware F buttons (F1, F2, F...) when my ...
0
votes
0answers
18 views

conditional compilation on wince

I have two projects that have a lot of code in common. The common code is in different directories. For Example: I have project A and project B and the common code is in folders C and D. In wince ...
0
votes
1answer
24 views

Intel TBB on Win CE for developing mobile applications?

i want to know whether we can use INTEL TBB for developing mobile applications on Window CE. i was searching for the material but unable to found any .Basically two things i want to know whether ...

1 2 3 4 5 32