| Thread | Last Post | Replies |
|
| DLL Cannot Access Flash Address in CE 6.0 | 18 Jan 2007 21:07 GMT | 2 |
I'm developing on a PXA270 platform with CE 6.0. I have a custom dll that tries to access various flash addresses in different function calls. For example: DWORD foo = *(DWORD*)0xBCA00000;
|
| How to fix this SysGen error? | 18 Jan 2007 17:58 GMT | 2 |
I use PB5.0 CEPC, After I updated some code, found these errors. Even I copied backup files to original code, still can't make image. Error: Can't find import 2571 in coredll.dll
|
| Production-Quality devices drivers | 18 Jan 2007 16:38 GMT | 2 |
I new to WINCE 6.0 and I fail to understand which device driver are complete and which one are sample. According to http://msdn2.microsoft.com/en-us/library/aa927024.aspx , WINCE 6.0 comes with Production-Quality Drivers, that I expect they will works
|
| How to Send out a zero-length USB packet in PB 5.0? | 18 Jan 2007 11:53 GMT | 4 |
Hello, everyone! I'm developing a USB host driver. During the OUT transfer, the firmware of the device need a zero-length packet to finish a 64-byte long packet transfer (or 128-byte, 192-byte...). But when I send a zero-length
|
| How should I add 0xFFFFFFFF in registry? | 18 Jan 2007 06:21 GMT | 2 |
morning~ I want to assign 0xFFFFFFFF to "ConnectInTimeout" in project.reg , I set "ConnectInTimeout"= 0xFFFFFFFF,but build fail... How should I add 0xFFFFFFFF in registry?
|
| Resetting a Wireless NIC? | 17 Jan 2007 23:26 GMT | 3 |
My companys supports headless terminals on CE 4.x and CE 5.x that have 802.11 cards built into them. On occasion the cards sometimes stop functioning properly. In the absence of driver or firmware updates (which take time to develop) resetting the card tends to solve a lot of ...
|
| no WebSetup.exe, and cepcboot.144 in windows ce 5.0 and 6.0 | 17 Jan 2007 21:46 GMT | 6 |
I can't find \utilities under \CEPC directory, and there is no file such as WebSetup.exe, and cepcboot.144 in windows ce 5.0 and 6.0 in my installation? What could I do if want to generate a boot image for x86 architecture?
|
| Accessing mouse pointer | 17 Jan 2007 17:40 GMT | 9 |
I have being developing a touchpad driver and with the help of this community I got the driver up and running. Just to breif about this device, it is an alternative device to the mouse and this is the only pointing device on the system. This is connected to i2c line.
|
| WinCE 5.0 bus driver | 17 Jan 2007 16:32 GMT | 1 |
In CE5.0, the bus driver doesn't advertise a common stream interface in its IClass registy key. I want to know when and how its IOCTL code will be called? For example, the sd bus driver in CE5.0, I want it to be power managed and
|
| Use coredll.lib in kernel | 17 Jan 2007 15:12 GMT | 12 |
I am writing a dll driver, which will be loaded by the application into kernel by using LoadKenrnelLibrary(). In this dll driver, I need to access registry to get PCI bus address, translate it into virtual address. This address actually corresponds to a register. After I get
|
| USB Host Driver does not compatible with x86 Intel 845 chipset | 17 Jan 2007 14:18 GMT | 6 |
If I turn on USB host support in BIOS, everytime boot would be hang. Does anyone know how to fix it? I can't see any error/warning messages in the debug output.
|
| Unable to do the Stress Test-Asking paths for different files which are not in my system. Need urgent help | 17 Jan 2007 14:18 GMT | 3 |
I am new to Win CE. While doing Stress test with the stress tool. I am getting messages asking paths for different files which are not in my system. When I cancel the messages I am getting messages asking paths for some other files. If I select the option don't display the dialog
|
| ARM4I device emulator doesn't boot in VS2005 SP1 | 17 Jan 2007 14:08 GMT | 1 |
I build a debug version of a Mobile Handheld OS configuration in WinCE 6.0 using the DeviceEmulator BSP in VS2005 SP1. No modifications were made. Connectivity options for Download and Transport are set to "Device emulator (DMA)" and 'Create text console window for Serial port
|
| USB hub enumeration failure. | 17 Jan 2007 08:16 GMT | 3 |
I am using PXA270 with Wince50. The USB host contoller has an external hub connected to it. A Wifi USB dongle is connected to this hub. I have a problem when system is booting up, and the USB dongle is
|
| (CE6) Can't load application because of kernel mode | 17 Jan 2007 01:39 GMT | 3 |
In one of my CE6 OS, I created an subproject which calls DmAdvertiseInterface, and link with devmgr.lib. The flag in bib file is NK. When I start the application from WinCE Command window, it fails and
|