| Thread | Last Post | Replies |
|
| ROM only FS and object store size reported | 08 Jan 2008 19:03 GMT | 3 |
When I use ROM-only FS, with an IDE HD as root, the memory dialog, as well as the remote system information tool wrongly report the object store size: Object store size = -510672896 bytes Object store free space = 900448256 bytes
|
| Camera Driver DShow Error | 08 Jan 2008 17:29 GMT | 2 |
I'm working on a camera driver that supports the new WinCE 6.0 mdd/pdd driver model. I based the driver on the Mainstone III reference design. I've got PREVIEW and CAPTURE PINs working pretty well, but I'm having a hard time with STILL. Whenever I try to get a STILL image, I ...
|
| fmerge.exe tool | 08 Jan 2008 15:14 GMT | 2 |
How does the fmerge tool reslove conflicting registry entries in various reg files (common.reg, platform.reg, project.reg)? say, we have different values for the same key in these files? Thanks.
|
| Watchdog in windows ce | 08 Jan 2008 10:40 GMT | 3 |
I have a syatem which has a hardware watchdog. I have few queries on the API exposed by windows CE 5.0 for watchdogs. 1) Do the API's like CreateWatchdogTimer, StartWatchdogTimer create software watchdogs?
|
| Schedulling | 08 Jan 2008 10:36 GMT | 1 |
a question about scheduling. If I have 2 threads with the same priority and the one currently executing gets interrupted by a higher priority thread, which one of the two (with the same prio) will execute when the higher priority
|
| calling malloc in eboot from OEMPlatformInit | 07 Jan 2008 22:49 GMT | 5 |
Is there something required to setup crt in eboot prior to calling malloc? The following code goes into the weeds when malloc is called: char *string; string = malloc( 4 );
|
| Memory allocation in CE6 kernel | 07 Jan 2008 22:09 GMT | 1 |
With CE6, I would like to know if it is possible to do some memory allocation inside an Kernel Ioctl like: IOCTL_HAL_GET_HIVE_RAM_REGION or IOCTL_HAL_SAVE_HIVE_RAM_REGION
|
| Hlep! VMProcessPageFault Error!! | 07 Jan 2008 16:03 GMT | 1 |
When my CE6.0 system is going to sleep, the debug message shows: VMProcessPageFault Error: Page fault occurred while in power handler! Address = 0x40294228 VMProcessPageFault Error: Page fault occurred while in power handler!
|
| Virtual Memory once again!!! | 07 Jan 2008 14:41 GMT | 1 |
I've some questions regarding the Virtual Memory. Before asking this i've gone through most of the posts regarding VM. Eventhough i couldnt understand something. From the post i read here
|
| 128 MB RAM, the images is not getting launched | 07 Jan 2008 13:57 GMT | 1 |
I am using a Intel PXA270 processor with MainstoneII platform, Wince 5.0 for our project. When our image was initially built for 64MB RAM it is working fine. When in tried to configure for 128 MB RAM, the images is not getting launched and it hangs at the
|
| Bootpart library + Windows CE 5.0 | 07 Jan 2008 12:34 GMT | 1 |
I am working on Windows CE 5.0 operating system. I have created 1 BINFS partition and 2 DOS32 partitions with little modification in the bootpart.lib that comes along with platform builder. I have copies bootpart library to my platform and modified.
|
| sockets problem on Windows CE 6.0 | 07 Jan 2008 03:58 GMT | 2 |
I have an application compiled in Windows CE 6.0 Plat builder. The sockets get initialized at the start of the application. But WSAStartUp() function is failing(returning an error code of 10091) in the application even after adding the Winsock component in the OS
|
| General Purpose Timer | 06 Jan 2008 06:55 GMT | 2 |
Can we use General Purpose Timer(GPT) for getting the rquired delay in Micro Secs ? If so, how to configure it ? I have included in my BSP Build, but was unable to configure it using
|
| Activesync in Kiosk mode | 05 Jan 2008 17:02 GMT | 2 |
I have a question that perhaps one of you can answer. I have a platform that runs in kiosk mode. I removed the "Launch50"="explorer.exe" "Depend50"=hex:14,00, 1e,00
|
| USB mouse support on Wince 5 | 04 Jan 2008 16:03 GMT | 1 |
I have an imx31 based custom device. There is a USB OTG port and we have drivers for usb OTG from Freescale. We have a mini usb AB socket for the OTG.But when I connect a usb mouse to the board it is not recognized. We have problem only in the host mode. In slave mode it works ...
|