windows-ce

How To Install ADOCE In a Jornada 720(HPC 2000)

Hello, Someone knows how to install ADOCE in a HP Jornada 720, that uses HPC 2000, please i have to develop an aplication for my company, and i have to use ADOCE in my Jornada 720, remember that i've tested the application and i've got an error that says that my Handheld didn't have the ActiveX to run that program. Sorry about my engli...

Vb.net compact framework and Saving XML (app.config)

Hello... I am writing my first windows ce app. I am using an xml file (app.Config) to store state data... basically user preferences on the last location (connection string) that the person was using before closing the app. I am having trouble understanding what is happening on deploy. It looks like it is copying my xml file to the de...

<100uS accurate sleeps on Windows CE

Is it possible to sleep for an amount of time that will be accurate to less than 100 microseconds on Windows CE? The less jitter the better - ideally we'd like single digit microsecond response times. What we really want is a 5ms timer with very low jitter - although the Windows CE WaitFor[Single|Multiple]Objects and Sleep APIs work in ...

C Editor or Compiler for Windows CE

Hello, Someone can please answer to me, if have any Editor or Compiler to C language for Windows CE 3.1( Jornada 720 - HPC 2000 ), because i'm a Visual Basic developer and i have buyed a book of C only for play with this language in my free time, and the time that is free to me i'm using my Jornada 720, but remember that i've want somet...

How to read Serial number from mobile device using C#?

How I can read Serial number from a Windows mobile and WinCE mobile device using C#? ...

Put an Icon in a eVB Application

Hello, Someone knows how to put an icon in a eVB 3 application, because i hate that default icon for *.vb files, something like using the registry editor or using resource files. Thanks ...

Put Some Folder as PATH in Windows CE

Hello, Someone can help me!, how to put some folder as PATH in the Windows CE, more specifically an HPC 2000(Jornada 720), put in the PATH like in Windows XP or 2000 or Vista, that you only run like javac or ruby in the cmd and the program runs. Remember that if it have to use the Registry Editor i have one installed. Thanks! ...

Interpretation of "Remote Performance Monitor" Memory information...

We are having a memory issue with one of our application running under Windows CE 5 (.Net 2.0 SP2). I have started using the .NET Compact Framework Remote Performance Monitor. However, the outcome is not really clear to me. Here are the information I got (at a particular time): GC Heap ________________________________ 5'193'728 JIT H...

How to convert Win Mobile 6 project into Win CE 6.0 RC2

I have a Windows Mobile 6 Professional native project that runs ok on Win Mobile devices. Now I need a version that runs on Windows Embedded CE 6.0 RC2. What is the best path for this conversion? Can I just change few project settings / add new platform with configuration manager OR I have to start with new smart device project and impor...

Not allow user to manually launch an application

Hi, I need a way to prevent the user of a windows mobile based phone to launch my application exe file directly. I have the following scenario: My windows mobile application has two exe files, one has a shortcut in Applications Menu and the other must be hide for the user. What i want is to not allow the user to manually execute my hid...

C++ DLL Called From C# on Windows CE for ARM Always Returns 0

I am currently developing an application for Windows CE on the TI OMAP processor, which is an ARM processor. I am trying to simply call a function in a C++ DLL file from C# and I always get a value of 0 back, no matter which data type I use. Is this most likely some kind of calling convention mismatch? I am compiling the DLL and the m...

low level, global keyboard hook in wince

I'm trying to make a small tool will run in background & capture all key events. For instance it will do a job like: when user types 'uu' on any textbox it will turn 'uu' to 'aa' ...

Double Command To Run Programs In The Command Prompt

Hello, Please, help me in: how to put a double command in the cmd, like this in the Linux: apt-get install firefox && cp test.py /home/python/, but how to do this in Windows?, more specific in Windows CE, but it´s the same in Windows and in Windows CE, because the cmd is the same. Thanks! ...

Associate Extensions in Windows CE

How can I associate an extension of a file to an program in Windows CE? It's so boring to run my Python programs using cmd. If I associate Python with my *.py files I'm going to run my program faster. Thanks! ...

Lazarus component for Multimedia manipulation and WinCE compatible

Hi! I would just like to know if there are Multimedia components for Lazarus and is compatible with WinCE platform. I tried the ACS(Audio Component Suite)but it gives an error when I compiled it. Plus, it doesn't support video manipulation.I would really appreciate your help. ...

Build a Text Editor in Visual Basic

Someone can post here a tutorial of how to develop a text editor in eVB (eMbedded Visual Basic 3.0), because I hate to use Microsoft Pocket Word to write my programs in Python, and I want to use the code to build a lightweight editor and in future build a developer editor for Windows CE. Thanks! Remember That The eVB Language is The Sam...

Can't write eboot.bin in a PXA310 bootloader with NAND flash

I've modified my bootloader to be able to download an eboot.bin from my desktop using eshell and verified that the entire image is in memory correctly, but even though it appears to flash correctly, it won't boot from the new image. I'm using a Sophia Systems Sandgate III-P PXA310-based development kit running CE 6.0 R2 with all of the ...

Can I create a file system accessible from CE 6.0 and my bootloader?

I have a CE 6.0 project on a PXA310 where I need to be able to download OS updates (nk.bin) via Wi-Fi and safely flash the new OS to my device. I'm open to other suggestions about how to do this, but I'm considering saving the nk.bin to my file system in NAND flash, then restarting and have the bootloader locate the file in the file sys...

How to diagnose Fatal Application Errors in WinCE?

We recently moved our Windows CE application to the SD Card. Since then the QA - Team reported some "Fatal Application Errors". Our application is a .net application and we are using wrapper DLLs to access device specific hardware. Is there a way to log or debug such an error? ...

Loading Native DLL as Debug Module in Managed C# Code for Windows CE

I am writing a Windows CE application in C# that references a native C++ DLL (that I am also coding) using the following method: [DllImport("CImg_IP_CE.dll")] public static unsafe extern void doBlur(byte* imgData, int sigma); This actually works fine but I am unable to debug the DLL. When I check the debug modules that are load...