windows-ce

Convert/translate tbl lib idl

hi This might be a stupid question. I have a lib file cemapi.lib that allows c++ devs to use mapi on winCE. What i need is a tlb file so i can reference this in c#. Normally i would find the IDL and use midl to make a tlb but guess what there is no IDL. So is there a way to get lib to tlb lib to Idl thanks ...

http object status question

I am using http object in javascript on a hand held device, running Win CE. When the device looses connection to the network, the javascript does not report an error (status = 12007) for 60-90 sec. When connected to the network, the status (200) is returned immediately. In both cases the readystate = 4. ...

What is are the tradeoffs of developing under Windows CE 6.0 vs Windows Mobile 6.1

I have a Windows .NET application that I plan to "port" and tailor to a mobile device. The application consists of a standalone .NET program that works with a barcode scanner, has a simple UI and records the scans to a file. There is also a Windows Service that synchronizes data to a server using web services (proprietary sync protocol...

how to include FrameWork & sqlCE in my program installation ?

hi i build C# program for Windows CE how i can make that the FramWork 3.2 & sqlCE will combine to the Setup of my program ? thank's in advance ...

Error # 0x89731706 while trying to deploy an application on a Windows CE devince in VB.NET

I have an application that I created a while ago for some unknown portable device (by portable I mean pocket pc and such). I finally got the device I needed, which is a MC3000 from Motorola, which runs on Windows CE5 instead of Windows Mobile, which I initially developed for. When I try to deploy the solution, I get 0x89731706 from the "...

Transfering program from Windows XP to Windows CE

I want to ask, is there any way of making Windows XP program to work under Windows CE? I got some DLLs compiled in Windows Xp, but they refuse to load in WIndows CE. SO is it a real big problem to make such a transform or may be there are some solutions? I searched internet by they all talking about transforming Windows CE to ordinary Wi...

Windows CE emulator on visual studio

I've installed visual studio 2005 and windows embedded c.e. 6.0. How do I create a simple hello world program in visual studio and then port it to a Win C.E. emulator and run the same there. ...

Update Route Tables on Windows Mobile 5 or 6

Anyone know how to show and update the routing table on Windows Mobile (like you would with the route utility on Windows)? My first choice would be a utility, second choice would be C# code, third choice C code. ...

Verifying T-FAT on WinCE 5.0

We were having serious problems with corrupt files on our flash based FAT filesystem on WinCE 5.0. We believed that the files got corrupted because the WinCE device was turned off while writing to the FAT. Thus, we changed to T-FAT (transactional FAT). What is the least time consuming way of verifying that our problems are solved? ...

Consuming a USB HID device in Windows CE 6.0 using c#

I am working on an Embedded Windows CE project and am interested in accessing a USB HID device through one of its USB Host ports. All I really need to read are the raw HID spec packets. On a windows computer, I have a working program using hid.dll, but as far as I have researched, there is no equivalent on CE. I know there is the usbhid....

NativeMethods doesn't exist in OpenNETCF.Security.Cryptography

I got a sample snippet code from OpenNETCF and cfAes, but name space definition is missing for some reason. Here is the missing namespace: using OpenNETCF.Security.Cryptography.NativeMethods; I tried to add reference for all the OpenNETCF libraries. But didn't work me. Any thoughts? Many thanks. ...

Running an application on an os designed and created in Visual Studio

I have built an os design (and its bsp) in Visual Studio. I need to know how to get started with writing applications for the os by writing a simple application that will run in the os created (probably in an emulator, I still don't have the Evaluation module for the device). I have Visual Studio 2005 and Windows embedded C.E. 6.0 instal...

Error installing cab file on Windows CE

I'm having trouble using macros in my .inf file that I'm using to create my cab, specifically when setting the InstallDir string. If I do something like this: InstallDir=\<PathToProgramFiles>\MyAppName then everything works fine. However, if I do this: InstallDir=%CE1%\MyAppName then I get the following error when trying to insta...

CeGetSystemInfo doesn't fill the struct passed by reference

I'm trying to get information about a Windows Mobile device from a desktop application (written in C#). I searched the MSDN and found that the function I need is in rapi.dll: VOID CeGetSystemInfo (LPSYSTEM_INFO lpSystemInfo); The parameter is a pointer to a struct which is deffined like this: typedef struct _SYSTEM_INFO { union {...

Visual Studio 2008: after adding Smart Device (Windows CE) project the device emulator shows up every time

I've got a pretty big solution with lots of projects. Until now everything worked fine. After adding a Smart Device project it always starts the device emulator selection dialog, even when starting other projects (which don't need the smart device emulator). Any ideas how to disable this emulator (as it takes some time until it comes up...

No touches after adding touchscreen driver to CE 6 in platform builder

I have added a TSHARC touchscreen driver to my Windows CE project, but the touch does not work. The dll is there, as is the touchscreen calibration executable. I have no visibility into which drivers are loaded and when. Any guidance would be appreciated. ...

Strange exceptions in .Net CF framework code under WinCE 6.0 R3

...

Mysaifu JVM on Windows Mobile

Can somebody outline the steps involved in running java games(jar) on windows mobile using mysaifu jvm. ...

How to make window non transparent?

Dear All I want to make parent window as non transparent with RGB value as (99,99,99)? Previously my window was transparent but now i have requirement to make window as non transparent. Mentioned below are the function related to my parent window: ATOM MyRegisterClass(HINSTANCE hInstance) { LogEntry(L"Entered in myRegisterClass Fu...

Getting the Windows CE uninstaller to work properly

On some of the devices that I am working on, the \Windows directory is not on permanent storage. That is, once the device is rebooted, whatever was written to \Windows is lost. This is particularly problematic for uninstalling programs since wceload.exe (the Windows CE CAB installer program) generates a .unload file and places it in \W...