| Thread | Last Post | Replies |
|
| removing Unfilled ROM holes | 23 Jun 2005 03:56 GMT | 7 |
is it possible? and why do they exist in the first place... ? i am in a tight memory environment..... 8K means a lot to me now. BUILD: [01:0000000092:INFO ] Unfilled ROM holes (address, length): BUILD: [01:0000000093:INFO ] 80024010 4080 80023358 3240
|
| Corrupt mouse cursor | 23 Jun 2005 01:48 GMT | 4 |
We are using CE 5.0 with VIA CLE266 x86 hardware and have occasionally (3-4 times) seen where several areas of the LCD display have 'garbage' displayed that we do not explicitly display. After some investigation, we connected a USB mouse/keyboard and found that the two areas ...
|
| What's in an SDK? Do you need one if Platform Builder is on the same machine? | 22 Jun 2005 23:47 GMT | 9 |
If you generate an SDK with platform builder, then just install it on the same machine, could you just skip the SDK, use the standard SDK, and use lib and include paths to point into the platform directories to get headers and libs?
|
| Bug in the PB 5.00 ARM compiler? Surely not. | 22 Jun 2005 22:53 GMT | 8 |
I wrote a simple memory check routine that runs out of flash. I am getting an error condition because of the code. I am always skeptical when I think I have found a bug in something as fundamental as the compiler but I don't know what else to think.
|
| Screen gets cleared when CE boots | 22 Jun 2005 20:50 GMT | 8 |
We are using CE 5.0 with VIA X86 hardware and find that the LCD display is blank from when CE starts to boot and to shortly after the video driver (ddi_VIA) starts. This takes ~7.5 seconds and we would prefer to have something on the screen so that people know that it is working ...
|
| Where is the code to copy file to storage memory ? | 22 Jun 2005 18:54 GMT | 4 |
My device OS is WinCE 4.2. I would like to keep the ActiveSync functions. Howerver, I would like to prevent users from copying files to storage memory of device from PC by ActiveSync.
|
| Problem seeing OutputDebugStrings output from CE 5.0 target | 22 Jun 2005 18:35 GMT | 1 |
I have created a device driver for my CEPC system, which I have included in the sysgen, along with registry entries to automatically load my driver on bootup. Over the course of my XXX_Init() routine, I call OutputDebugString() a number of times to send debug output to the ...
|
| MFC Application in O/S Image | 22 Jun 2005 18:33 GMT | 4 |
I wonder if anyone here has experience with including MFC applications in an O/S image created by platform builder. I have created an MFC application in eVC++. I made a NOTARGET project for platform builder and had the postlink.bat file copy the application to my release ...
|
| ROMOFFSET | 22 Jun 2005 14:46 GMT | 2 |
what is the significance of ROMOFFSET in boot.bib, can anyone explain what it actually does
|
| Device driver context | 22 Jun 2005 12:40 GMT | 10 |
I have the basic form of a device driver. It exposes Init() and DeInit() functions. Init returns a context handle that can be used to recall the driver context at a later time. When Init is called by device.exe (on CE boot), what happens to the context that i return from Init ...
|
| How to change the default Background Image? | 22 Jun 2005 10:11 GMT | 1 |
I'm using PB5.0 to customize out product, I want to change the default background image to put up features of our company, how can I? Best regards, Jack
|
| How to build DShow Filter samples | 22 Jun 2005 07:46 GMT | 1 |
This sounds a newbie question, although I've been working on CE for some time. ;) I am trying to pull in the sample DShow filter samples "ball" to my workspace and build it into a DLL (the original sources file builds it as a
|
| [Q]: *.wmv version 8 files doesn't play in WinCE 5.0 | 22 Jun 2005 06:03 GMT | 4 |
Architecture: MIPSII_FP OS: Windows CE 5.0 without any QFE Observations: 1 - *.wmv [version 8] files cannot be played using media player [ceplayer.exe].
|
| no jump in reset vector | 22 Jun 2005 05:07 GMT | 4 |
I am facing a problem in BSP development using WINCE 5.0, after building my bootloader if i see my eboot.bin file my code is placed at an offset of 4k ,some one has mentioned that wince adds some digital signatures in that 4k but inserts a
|
| USB RNDIS KITL Super Slow | 21 Jun 2005 21:34 GMT | 2 |
I've recently gotten our USB RNDIS KITL driver working on our new platform. However, it is EXTREMELY slow - unusable. It all works - PB's debug UI shows all the right stuff, allows me to break into the OS, but its just way too slow. When I capture the USB traffic, I see spurts of
|