| Thread | Last Post | Replies |
|
| Thread CPU usage | 21 Mar 2005 06:19 GMT | 1 |
I'm using CE 4.2 and attempting to calculate thread CPU utilization by periodically calling GetThreadTimes(), calculating the difference between successive user times and kernel times and dividing this by the time period (measured via GetTickCount()).
|
| NDIS IM Driver hooking ASYNCMAC-PPP problem | 21 Mar 2005 05:57 GMT | 2 |
I am developing an Intermeidate NDIS driver for WinCE( Taking help from PassThru example). I tried to test it on pocket pc. The driver was made to hook to ASYNCMAC NIC and PPP on the protocol driver. But when I start the Pocket PC, Active sync
|
| ICOP 6054VE and Win CE | 20 Mar 2005 19:05 GMT | 1 |
can i build windows CE 4.2 on ICOP 6054VE Embedded 386SX CPU All-in-One SBC with 4S/DOC/Flash/CRT/LCD/4M DRAM onboard/GPIO/Ethernet
|
| Programatically control TAPI devices | 20 Mar 2005 14:59 GMT | 3 |
We have a Windows CE .NET 4.2 device that is built with common features within Platform Builder. My problem is that I need to control TAPI devices from code. I need to programatically add and change the settings for these TAPI modems.
|
| Interrupts in WinCE | 17 Mar 2005 23:44 GMT | 5 |
Does anyone know, if there is an interrupt disable API in WinCE? I think there isn't. Just checking. As far as i know, from the , i used a write to interrupt enable registry of the microprocessor ( I am using Xscale IXP425), to disable or enable it.
|
| High speed real time performance and timers? | 17 Mar 2005 21:10 GMT | 6 |
We are looking for an operating system for ARM microcontrollers to use in our products. Our need is to e.g. sample data in a loop running every 0.1 msec or less. Will windows CE or WindowsXP embedded be able to handle that (is it possible to set a timer to a 0.1 msec or less ...
|
| How to change font used in the emulator | 17 Mar 2005 20:33 GMT | 4 |
Is there a place I can look to determine which fonts are included in the emulator build which comes with Embedded VC++4.0? I set up logfont structures in my code, and they work fine except for the fact that they ignore the font name I put into the logfont.lfFaceName
|
| To set Application icon systemt tray in Win CE 4.2 OS | 17 Mar 2005 18:52 GMT | 3 |
Can any one help on how to set the Application on system tray in Win CE 4.2 OS, such the dialog based application runs behind? Some example source code will be nice. Thanks,
|
| Creating COM object from ASP page | 17 Mar 2005 17:47 GMT | 2 |
In EVC++, i created a MFC based COM exe and tested with a test client on my device its working properly but when i want to create a object for this MFC based COM exe from my ASP page and try to call the methods in the COM exe, then its giving "Parse error in script" when i browse ...
|
| Touch screen driver development | 17 Mar 2005 16:41 GMT | 2 |
As a further part of our project I need to hook up to our custom built HID touch screen unit. To start things off I've added the Touch Screen (Stylus) catalog items and made sure that BSB_NOTOUCH is not set from my bsp bat file. I kind of
|
| how to test NDIS? | 17 Mar 2005 16:32 GMT | 2 |
can anyone tell me how do you test NDIS on WinCE5.0?
|
| winCE : how to convert eboot.sre to eboot.bin ? | 17 Mar 2005 16:21 GMT | 3 |
Does, anyone know how what tools can i use to convert eboot.sre to eboot.bin? The flash programmer which i am using ( visionICE2) , only accepts eboot.bin. (flat binary format ROM).
|
| Application goes slow after 3 days(Registry, database or memory) | 17 Mar 2005 08:01 GMT | 11 |
We have a evC application running on a x86 board on wince 3.0. The problem is that the application gets very slow after 3 days. Once restarted it works fine. Initially we thought that it may be a database issue and we did a compact db but of no use.
|
| Soap Service Speeds | 16 Mar 2005 22:45 GMT | 2 |
My CE .NET 4.2 target has SOAP methods that are consumed by JavaScript code in a webpage. The target is connected to an ethernet network. When this SOAP service consuming webpage the target serves is viewed on the target itself using http://localhost/ to load into the browser it ...
|
| RAS Server Status | 16 Mar 2005 17:15 GMT | 7 |
How do I check the Ras Server Connection Status? I essentially need to know if someone is dialed in or not. I tried using RasGetConnectStatus(), it requires an HRASCONN, so I try to get the handle from RasEnumConnections(), and there is only one connection, which is my USB
|