| Thread | Last Post | Replies |
|
| CE6.0 Driver Pointer Marshalling - passing pointers out only? | 16 May 2007 18:24 GMT | 3 |
First off, apologies if this is a repost - I think something odd is going on with my news server! I've got a pretty complex driver I'm porting up at the moment and am stuck scratching my head over a slightly odd issue. I have
|
| changes in .reg-files, is SYSGEN sufficient? | 16 May 2007 15:50 GMT | 4 |
when i'm making changes in .reg files (common.reg, more often platform.reg or project.rg), is it then sufficient to make a normal SYSGEN instead of a BUILD AND SYSGEN? I'm working with the Platform Builder 5.0. (I think that it should be sufficient, but I'm not 100% sure that my
|
| Why my sd card read/write speed is so slow? | 16 May 2007 15:26 GMT | 3 |
my cpu is PXA270(520MHz),and running WinCE5.0. I use MAINSTONE II BSP.And SD hardware interface is 4bit mode. Registry setting is: [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SDHC_MAINSTONE]
|
| Compressed filesystem | 16 May 2007 15:24 GMT | 4 |
Does anyone know if there is a FSD driver available that implements a compressed partition (or zip-file-as-disk). I can write it myself, but I guess this must have been done a million times before ?
|
| problem to startup nk.bin | 16 May 2007 14:28 GMT | 2 |
I' have a problem to startup the nk.bin when it is written to flash. I worked in RAM and never had a problem with it. The flash start at adres BE000000 (see boot.bib below). After the nk.bin is downloaded and saved into flash, nk.bin start up until -OEMInit see debug
|
| Millisecond timers during suspend. | 16 May 2007 13:23 GMT | 3 |
I am trying to figure out how long a windows ce device has been in suspend mode, and i need millisecon resolution. However, GetTickCount and timeGetTime does not increase during suspend mode. Getsystem time is updated, but millisecond part of it is always 0.
|
| Mediaplayer crash | 16 May 2007 11:45 GMT | 5 |
When playing : http://cgi.omroep.nl/cgi-bin/wmlive?3fmwebcam.asx A crash occurs after about 10 min. Hw is VIA Epia EX (cx700m2 based), with the Via-CX BSP. , CE5.0 I have no sourcecode of the part that crashes.
|
| Bluetooth Stack | 16 May 2007 11:05 GMT | 2 |
Where is Bluestack code avalible in WinCE5.0? C:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\BLUETOOTH\DRIVERS\WCESTREAMBT in which path code avilable but this is for Driver code or Bluestack code?
|
| How many different OS image types can be built? | 16 May 2007 10:13 GMT | 1 |
Hello, expert/professional, I would like to build three images for Wince4.2, the senario is described as follows. 1st image is dowloaded by Eboot from PB to RAM
|
| compiler optimization options, where can I set them? | 16 May 2007 08:15 GMT | 4 |
I want to to set the /Od compiler option ("no optimization") for my release build. Where can I set this option? I already tried the following (using Platform Builder with CE 5.0): 1) setting CL environment variable under "Platform - Settings - Environment"
|
| Debug WinCE driver .. | 16 May 2007 07:49 GMT | 5 |
Is their any tool that I can debug WinCE driver or service ? And what function can I use , can I use Dbgprint or OutputDebugString ? Thank you.
|
| USB client suspend and resume on PXA270 | 16 May 2007 05:39 GMT | 4 |
I am having a problem of usb client after a suspend/resume. 1) cold boot -> plug in USB -> active sync works 2) plug out usb cable -> suspend unit -> resume unit 3) plug in usb cable -> on host PC it showed failed to
|
| determing registry size for persistents | 16 May 2007 02:29 GMT | 5 |
I have a 16meg flash system and my image is very close to this size also (~15meg). I would like to use persistent registry and need to reserve a few blocks for the persistent registry in flash.
|
| problem to startup nk.bin | 15 May 2007 22:30 GMT | 3 |
I' have a problem to startup the nk.bin when it is written to flash. I worked in RAM and never had a problem with it. The flash start at adres BE000000 (see boot.bib below). After the nk.bin is downloaded and saved into flash, nk.bin start up until -OEMInit see debug
|
| My own BSP | 15 May 2007 20:56 GMT | 6 |
I want to create my own BSP which contains hardware specific dvice drivers. I am using PB5. The following is what I did: 1. Cloned Intel PXA27x BSP
|