| Thread | Last Post | Replies |
|
| PostMessage From USB KBDHID.dll Exception | 05 Jan 2006 13:42 GMT | 1 |
Dear Greats, Objective of my application is to detect the USB keyboard attach and detach. What we think is, the KBDHID.dll driver will be loaded and unloaded on
|
| How to re-download just driver / app | 05 Jan 2006 13:32 GMT | 3 |
I know that at MEDC I saw someone go through the following procedure: Download an image to a target start debugging. Find a bug, exit the target application / driver. Make a change to the code and rebuild just the modified app/driver.
|
| Yet another random FAT corruption posts - WinCE 4.1 | 05 Jan 2006 12:17 GMT | 15 |
I'm getting units back from the field with corrupt flash cards, so I've been doing some reading in the news groups for "wince corrupt" to see what I can learn. First, is a DOC (disk on chip) effectively the same thing as a compact
|
| Storage Memory in ROM-only filesystem | 05 Jan 2006 08:31 GMT | 3 |
When using the ROM-only filesystem, the "System" control panel applet still shows the slider to choose the amount of memory that is used for storage memory. However, I have no way of accessing this storage memory because I use the ROM-only filesystem. Why is the slider still there?
|
| Problem of downloading image with samsung S3C2410TK board | 05 Jan 2006 08:25 GMT | 2 |
I have used the smdk2410 BSP found in platform builder 5.0 to build an image. I followed the steps described in PB manual to build and download the image to a 2410tk board. But when I tried to attach the device to download the nk.bin, I had the following error displayed in
|
| Can winCE support over size of 1G BYTE SD card? | 05 Jan 2006 07:46 GMT | 2 |
I want to know if winCE can support over 1G BYTE size of SD card ? I can not find answer in ce.net help system , How to get the answer by help system? thanks!
|
| applet | 05 Jan 2006 05:26 GMT | 6 |
Can IE support applet of Java?
|
| Exception 0e0 in NDIS (device.exe) on SH3 in WinCE 4.1 | 05 Jan 2006 05:04 GMT | 5 |
I have a SH3 device in CE 4.1 that shows a failure (very hard to reproduce) during an FTP download. My test scenario involves a busy network, constant pinging of the device (several ping sessions) and FTP download of 177 files continuously (7.7MB total). I can run this test ...
|
| NDISUIO ReadFile/WriteFile | 04 Jan 2006 23:25 GMT | 5 |
I'm looking for someone who really succeeded to use ReadFile/WriteFile calls with a NDISUIO handle on WinCE 5.0 . It's just to encourage me to continue because I found a lot of messages to say that it's could be possible but nobody to say "I did it" !
|
| Hi, | 04 Jan 2006 21:16 GMT | 1 |
|
| hungerian notation | 04 Jan 2006 18:37 GMT | 5 |
I am facing one problem, While going through the WinCE code I didn't understand many data types for example HANDLE,LP,DWORD etc there are so many in fact... Basically I have done some programming in linux environment so this
|
| About Polish language kernel image | 04 Jan 2006 18:29 GMT | 1 |
I want to make a Polish Image file (NK.nb0), After I Select the default language as Polish and CodePage as (ISO Lantin2 )(1520) , the kernel file (NK.nb0) is also default English languange. I found the Polish luanguage code is 0x415 , and codepage is 1520 , but I
|
| Web based administration | 04 Jan 2006 17:08 GMT | 4 |
I do not have much experience with the web based administration and I would like to set the Web server on my platform with WinCE4.2. I have read the documentation and I think I have all of the components in my image. After I start the [IP address]/networkadmin in my browser I ...
|
| Editing display driver | 04 Jan 2006 17:07 GMT | 4 |
I'll be using a PXA270 to support a QVGA display (LQ057Q3DC02 by Sharp). What do I need to support this in Windows CE? I'm looking at just editing one of the built-in drivers or even just using them directly as is if possible.
|
| How to unload a driver ? | 04 Jan 2006 16:53 GMT | 2 |
Is there a way to unload a loaded driver without reboot? I used ActivateDeviceEx and DeactivateDevice to disable the dirver, however the driver still can be found using FindFirstFileEx and FindNextFile and be opended
|