| Thread | Last Post | Replies |
|
| building a new dll | 03 Mar 2006 02:20 GMT | 5 |
I tried to copy the whole workspace of kbdmouse of wince5.0 emulator platform in the same directory and rename it. Then do sysgen. However, the new dll was not generated. Only the new .lib files were generated. What is the problem?
|
| Getting PnP ID of Serial Devices for Serial enumerator. | 03 Mar 2006 01:19 GMT | 1 |
I am new in Win CE programming. I am developing serial enumerator in wince. I am not getting PnP ID of device. Win CE supports automatic and dynamic detection and configuration of devices attached to extendable bus architecture such as PCMCIA and USB. May I know about the dynamic
|
| QFE for PB | 02 Mar 2006 21:27 GMT | 3 |
Hi, While installing QFE for platform builder, should we have to install all the yearly QFE or the latest QFE will contain previous years updates also. Thanks in advance,
|
| KITL Debug wiht DM9000 | 02 Mar 2006 13:00 GMT | 9 |
I use Platform Builder IDE for WinCE4.2 and the ARMV4 target board. My ether card is DM9000, so I fix some send\recieve functions. pfnEDbgInit pfnEDbgEnableInts
|
| Hourglass: Needs tapping | 02 Mar 2006 10:32 GMT | 3 |
This happens when I open up folders, or change view options, that may take some time : It looks like the hourglass in the square box is actually there, but I can't
|
| Can not format NAND FLASH Disk in WinCE 5.0 | 02 Mar 2006 03:52 GMT | 5 |
Step1: My bootloader stored in Nand Flash(SMC card), and I downloaded the nk.nb0 file into SDRAM, then run nk.nb0 directly, it works correctly! Step2: In the control panel, I double click the "Storage Manager" icon and then "Storage Properties" dialog popup, I can see the ...
|
| USB device driver loading | 02 Mar 2006 03:36 GMT | 6 |
We are using CE 5.0 on proprietary VIA X86 that is unique from many other CE platforms because we completely remove power from the platform at shutdown. When the platform is repowered, our BIOS bootloads the CE image and it starts up from a cold boot. Until now, everything has ...
|
| BUG REPORT: Error Report Control Panel Applet | 01 Mar 2006 22:46 GMT | 1 |
File: \WINCE500\PUBLIC\WCESHELLFE\OAK\WATSON\DWCTLPNL\dwctlpnl.cpp Line: 284 Severity: low Bug:
|
| HalAllocateCommonBuffer and virtual addresses | 01 Mar 2006 22:46 GMT | 8 |
I'd like to understand more in depth the behaviour of the HalAllocateCommonBuffer function, that is, I'm using it in a LCD device driver in order to allocate a physical address range that is used by the DMA and also by the driver in order to copy
|
| Stack overflow wipes out the file system | 01 Mar 2006 22:41 GMT | 1 |
I ran into a situation yesterday where a stack overflow due to a recursive function call proceeded to wipe out the entire compact flash disk drive on my WinCE 4.1 platform, including the MBR. I am curious how this could be possible. Are all the process thread stacks located
|
| CEPC Tutorial | 01 Mar 2006 20:01 GMT | 10 |
I'm quite new to wince. I started from Microsoft Tutorials and was able to build a run-time image for the emulator but now I'm preatty stuck in building a run-time image for a CEPC. Is there a tutorial or a white paper or whatsoever which explains a
|
| Debug mode hang on STPC x86 platform | 01 Mar 2006 17:51 GMT | 2 |
I built an NK.bin (Internet Appliance + USB host + USB function storage) in the debug mode and used ethernet to download the image to target. I see the debug messages on the debug window on PB. After some minutes the target hangs.
|
| forcing RasEapGetIdentity to always run | 01 Mar 2006 16:50 GMT | 1 |
Is there a way to force RasEapGetIdentity to always run during an EAP session ? It appears that if a login existing in the registry from a previous session, that RasEapGetIdentity won't get called. Can I make it always get called ?
|
| CE device to act as USB Keyboard | 01 Mar 2006 14:59 GMT | 10 |
I need to make my CE gadget appear as a USB keyboard to Windows XP. I already have USB working in the device and can also setup an active sync session with XP. But what do I do to act as a keyboard?
|
| problem about VirtualCopy() | 01 Mar 2006 14:39 GMT | 1 |
Here is the code in my BSP, and the using of VirtualCopy confused me: /****************************************************************************************************/ #define ETHRNET_BASE_PHYSICAL 0x10000000 #define ETHRNET_BASE_C_VIRTUAL ...
|