| Thread | Last Post | Replies |
|
| How to optimize one specific source file with switches? | 06 Sep 2006 09:01 GMT | 4 |
As we know, we can set "OPTIMIZE_FAVOR=SPEED" in SOURCES to optimize all the sources under the directory. But, can i use some swithes to optimize some specific file only? thanks!
|
| KernelLibIOControl Invalid Handle Value | 06 Sep 2006 01:49 GMT | 4 |
Hello Experts, I am debugging my isr and I am having problems trying to get the right HANDLE after i call LoadIntChainHandler. I don't get a NULL value but i get a negative handle value. When this negative handle is use in the
|
| Process Database Notifications | 06 Sep 2006 00:14 GMT | 2 |
Hi, I have a problem with my Windows CE image buit for custom PXA255 platform running V4.2. After booting KITL messages floods the output pane with the following repeatingly endlessly. 4294800301 PID:61d5b682 TID:a1ca4f7e 0x81ca4d40:
|
| WinCE 4.2 How to detect mouse presence??? | 05 Sep 2006 22:39 GMT | 2 |
We have a WinCE 4.2 product that doesn't "normally" have a mouse connected but does include a USB connector on an associated in-house development/debug board. We include USB HID support in our OS Image and enable/disable mouse cursor at the display driver level. When I
|
| Unintended backlight state change requests | 05 Sep 2006 19:45 GMT | 1 |
My backlight driver receives IOCTL_POWER_SET to set the power state to D4. This is not intended action though. What would be the best apporach to trace what program/module requests this change. Thanks,
|
| compiling windows CE kernel | 05 Sep 2006 17:57 GMT | 10 |
I am trying to compile the existing source code of winCE 5.00 specifically the kernel implementation and folders D:\WINCE500\PRIVATE\WINCEOS\COREOS\NK\KERNEL but am finding that lot of files seems to be missing like if I compile the NKNORMAL folder which results
|
| can't install WinCEPB50-041231-Product-Update-Rollup-Armv4I.msi | 05 Sep 2006 17:51 GMT | 1 |
i just installed PB5.0 full license one. (not 120 days evluation copy). then i install all patches one-by-one staring from "WinCEPB50-041231-Product-Update-Rollup-Armv4I.msi" it, however, reports "There is a probelm with this windows installer
|
| compiling for multiple SDKs | 05 Sep 2006 17:25 GMT | 1 |
I have 3 different WinCE platforms that are all based on PXA270. My application use a lot of 3d party libraries (e.g. ACE, Live). Each time I compile my app for different SDKs the whole project needs to be rebuilt. I currently use EVC 4.0 and can't figure how to configure my
|
| The Macros issue | 05 Sep 2006 17:08 GMT | 2 |
Hi All greater mind: I know the question should post to other newsgroup, but I learned a lots from here. I belived someone could give me the direction. There are a lots of #define, #ifdef in the chain of header files, is
|
| PCI device not found | 05 Sep 2006 15:00 GMT | 5 |
i'm trying to recognize a pci card using the following code: ULONG busNumber, deviceNumber, functionNumber; for(busNumber=0; busNumber<=PCI_MAX_BUS; busNumber++) { busExists = TRUE;
|
| CETK One-Card Network Card Miniport Driver Test, ndt_1c.dll problem | 05 Sep 2006 14:45 GMT | 4 |
I am trying to run the CETK test: "CETK One-Card Network Card Miniport Driver Test". I give the following command line arguments: tux -o -d ndt_1c -c "-t NANOMP1", where NANOMP1 is the name of my miniport. In the debug output I see the following:
|
| FAT Corruption | 04 Sep 2006 21:40 GMT | 3 |
We are using SD Cards formated as FAT32 (on XP) within a CE 5.0 environment and experience random FAT corruption whereby whole directories are wiped out and/or sometimes a number of files within a directory "disappear". If I run chkdsk.exe on the SD card (from XP), a
|
| JTAG Debugging - Windows CE 5.0 Platform (PXA27x) | 04 Sep 2006 19:34 GMT | 3 |
We have been doing KITL debugging for our modules of WinCE 5.0 BSP. Some how we couldnt use the same for debugging kernel or hi-memory loaded dlls. We have a setup with EPI-Majic LX eXDI Debugger for our target board.
|
| Fat Filesystem code : DEBUGCHK in find.c | 04 Sep 2006 19:29 GMT | 2 |
Hi, When running an app from my SDCard on PXA255 V4.2 platform i've got the following debugchk in find.c line 439 ASSERT(!pstm || pstm->s_cwPath + (DWORD)len + 1 >= wcslen(pwsOrig) + (pwsOrig[0] != TEXTW('\\')) - (pws[len] == TEXTW('\\')));
|
| Problem booting GEODE image | 04 Sep 2006 11:32 GMT | 9 |
i have done an image for a CEPC x86 for an intel celeron Board without problem. Now i switched to an AMD GEODE board. I have added the GEODE BSP, rebuild everything, put the image on HD and boot.
|