| Thread | Last Post | Replies |
|
| Wince 6 WLAN over USB | 31 Jan 2007 22:28 GMT | 1 |
I am in the development process of a WLAN driver for Wince 6. My device is pluggable to usb it has the chipset ZD1211 and is manufactured by ZCOM. I think i will have to get the NDIS packets coming from up and transfer that to WLAN frame format and send it down
|
| Bug in Mainstone pdsocket.cpp | 31 Jan 2007 19:03 GMT | 1 |
Failed calls to RegQueryValueEx for IRQ values will cause polling mode to be disabled even if polling mode is explicity commanded in the registry. Was the intent to force polling mode if the call fails ? i.e. if (no valid IRQ values) the pollingMode = TRUE.
|
| PCMCIA thread priority in CE 5.0 | 31 Jan 2007 17:49 GMT | 3 |
The help in CE 5.0 says that PCMCIA runs at priority level 105, 106, and 107, but that doesn't appear to be the case. In previous CE 4.x builds, functions registered with CardRequestIRQ ran at 105, but they appear to run at 251 in CE 5.0.
|
| Windows CE6.0 CETK touch driver test fails to load touch driver dll | 31 Jan 2007 16:25 GMT | 5 |
I am having difficult getting the CETK touch driver test running on ce6.0. My touch driver is touch.dll and I am typing tux -o -d touchtest.dll During the test it fails to load the touch driver (trace below) and after that nothing goes well.
|
| CF cards problem | 31 Jan 2007 13:16 GMT | 2 |
I have a CEPC, and 2 CF cards, both Kingston 256MB, one 2-3 years old, the other newer. The old CF cards works fine, I can boot from it, and the disk is showen in WinCE explore. The CF card is recognized by BIOS as a harddisk: Large and PIO
|
| USB Flash | 31 Jan 2007 09:58 GMT | 1 |
I have the following problem, we are using GEODELX deviceunder WinCE5.0.I got two USB ports .While booting the device its showing one of the two USB flash as Hard Disk,apart from my CF card storage.Its not detecting the second USB.
|
| connect to cepc through serial cable | 31 Jan 2007 09:31 GMT | 1 |
actually i want to download my os image from platform builder to CEPC through serial. i have a serial cable which i connected from my devlopment machine to cepc.
|
| Bootloader - pTOC again | 31 Jan 2007 07:45 GMT | 5 |
I've been making a second bootloader and I still have the same problem. Linker does not assign right address to a pTOC variable - there still is 0xFFFFFFFF. I make bootloaders in accordance to Microsoft order in Platform builder help. Everybody say, that this pointer has the same ...
|
| help needed in debugging kernel | 31 Jan 2007 07:05 GMT | 1 |
I have developed BSP for MC9329MXL target. I have downloaded kernel image to the target through ethernet and I have ensured that I enter into kernelstart function. My
|
| pb build errors!!! | 31 Jan 2007 06:43 GMT | 2 |
When I use PB5.0 to build my project. And it sometimes occur errors when "Sysgen". The c:\wince500\build.err is : "C:\WINCE500\build.log(1) : error SYSGEN0000: error(s) in sysgen phase " c:\wince500\build.log is :
|
| PAX270 - host port 2 | 31 Jan 2007 04:05 GMT | 4 |
High speed USB device is conencted to Pxa270 USB host port2 via external transceiver USB1T11AMTCX. The speed pin (pin 9) of the transceiver is connected to USB_p2_7 (GPIO<41>) of the processor. I configured it as output with GPIO functionality. With this if I connect
|
| How to implement callback? | 31 Jan 2007 02:06 GMT | 6 |
I am writing code to hook function SetWindowsHookExW on Windows CE 5. My code can hook the function correctly. But there is a problem, I don't know how to invoke the user defined hooking functions correctly. For example, a program called SetWindowsHookExW as below:
|
| Lost PB registration key..? | 30 Jan 2007 20:52 GMT | 3 |
I do have a bit of a problem. We do have an installation on a computer in my company, where the PB 5.0 is installed with the registration key. The computer is old (and slow) I would like to get PB installed on my own computer. But the serial number has been lost !!! (Actually its ...
|
| Can't receive UDP Multicast | 30 Jan 2007 16:26 GMT | 1 |
I want to receive UDP Multicast on my board, so write the following code. I also write a send program to send UDP Multicast packet. Both of them work fine in Windows XP( only need to rewrite the #include and WINAPI WinMain to main). I use send.exe on XP to send packet and try
|
| Booting from Local Image | 30 Jan 2007 15:30 GMT | 2 |
I am trying to boot the Geode SC2200 based processor for which i generated an image using WinCE6.0 using X86 based BSP. I copied the image into the removable compact flash using a card reader along with loadcepc command.com sysgen and autoexe.bat.
|