| Thread | Last Post | Replies |
|
| heap creation method | 21 Jan 2008 07:21 GMT | 1 |
CE 6.0 provides 4 types of heap, local heap, private heap, shared heap, remote heap. From help documentation of pb 6.0, I could create a remote heap by using CeRemoteHeapCreate(). And HeapCreate() function might create a private heap.
|
| where is nk.bin located? | 20 Jan 2008 13:11 GMT | 1 |
In normal case, bootloader loads entire os image(nk.bin) to RAM at first boot stage. How is the target ram address decided?
|
| kernel.dll generation at ce6.0 | 18 Jan 2008 20:22 GMT | 1 |
At ce 6.0, the oal and kernel is separated. So, I wanna check how the windows ce 6.0 kernel is generated. But I failed to find the place where kernel.dll is generated. I searched all sources file at wince600 but failed.
|
| How to create command line environment | 18 Jan 2008 04:02 GMT | 2 |
Hi, about this question, I got two kinds of answers from PB help document: 1. Creating a Command Prompt Build Window: it is using wince.bat to create. 2. Setting Up a Build Environment From the Command-Line, I don't see using wince.bat
|
| sdhc support at pxa 27x | 18 Jan 2008 02:22 GMT | 2 |
I'm trying to add the sdhc feature to my os image. My job environment is ce 5.0 + qfe upto 2007.09 and based on pxa270 cpu. Of course, before applying the sdhc feature, the os can detect sd card (1G). But sdhc card can't be detected even though I built newly after installing
|
| aligning screen | 17 Jan 2008 23:21 GMT | 3 |
I have ever posted a similar topic to this bbs. I have been porting wvga resolution on ce 5.0 and amd lx800 board. Of course, I modified the cim_modes.c file for adding 800x480 table. First the wvga resolution works! But os screen displays at the lcd panel a
|
| Connecting Vortex86 - 6072 | 17 Jan 2008 22:53 GMT | 5 |
I am trying to connect an Vortex86-6072 - an embedded PC104 device running Windows CE 6.0. I have successfully built an image with WIndows Embedded 6.0, but I have lots of problems downloading the image to the device.
|
| CE 6.0 image booting till OEMIoControl: IOCTL_HAL_GET_HWENTROPY only | 17 Jan 2008 22:44 GMT | 4 |
I am porting a BSP to CE 6.0. OS boots up to a point. The last message in debug serial output is the one below. +OEMIoControl(0x10100f8, 0x0, 0, 0xd00bf728, 8, 0xd00bf718) -OEMIoControl(rc = 1)
|
| Missing Nov CE 5.0 QFE | 17 Jan 2008 22:43 GMT | 5 |
I have checked my Platform Builder update state with the "Windows CE QFE check Tool" and it says that i dont have the QFE071119_KB944534, QFE071109_KB941947 installed.
|
| USB keyboard message processing procedure | 17 Jan 2008 19:18 GMT | 1 |
I want to write the application which should process the combination of keys from keyboard like CTRL+W etc. For this, whether we have any virtual code as wparam for combination of keys? or we have to write some logic to implement this combinational logic like CTRL+F1 etc.
|
| What is Microsoft's Secret for Speedy Bluetooth Device Inquiry? | 17 Jan 2008 19:00 GMT | 4 |
I have written (in C++) a Bluetooth communication application for Windows. It knows, at run time, which BT stack/driver is being used in the system (e.g. Microsoft, Broadcom or Bluesoleil) and used the correct API to initialize, connect and maintain BT communication. So
|
| HeapCreate() show "First-change exception in mytest.exe: 0xC0000005: Acess Violation". | 17 Jan 2008 18:30 GMT | 1 |
I make a WinCE 50 BSP for TI DM320 which run well , but can't support HeapCreate() function. I write a test code from eVC 40 as below, HANDLE mHandle = HeapCreate(HEAP_SHARED_READONLY, 100, 100);
|
| Need help in exporting API for Kernel Mode DLL to Application | 17 Jan 2008 17:12 GMT | 10 |
I am facing some problem in exporting kernel mode Driver DLL API to Application in wince 6.0. I am exporting API using .def file as follows MYDLL.def looks as below
|
| How to support CE-ATA device in WINCE | 17 Jan 2008 03:45 GMT | 2 |
I'm planning to develop some CE-ATA device driver in WINCE6.0. But it seems the currnet SD stack code still doesn't support it, does it? So what's the best way to develop the CE-ATA drvier with current ce6, using some stand alone driver which does not make usage of the sd stack?
|
| Correct settings to use 256Mb ram with 32Mb Video memory on x86 GEODE lx800 | 16 Jan 2008 16:36 GMT | 4 |
i'm again in trouble...... Until now i've used the geode lx800 board setting the video memory in BIOS to 8mb, but now i cannot use this setting anymore. I have to use 32mb.
|