| Thread | Last Post | Replies |
|
| Restarting the wince device | 11 Aug 2006 22:11 GMT | 3 |
We have ported wince onto a device. Is there any means via which i can restart the wince system programatically with use of Legacy shutdown API. I tried doing the same as follows #include <winsock2.h>
|
| Turn off CE device | 11 Aug 2006 18:55 GMT | 7 |
How can a CE device be tured off from an application program and from the explorer start menu? I've searched the discussion forum and the documentation for Platform Builder/Windows CE 5.0 but not been able to find any information about this.
|
| Activesync problems after mounting a root file system | 11 Aug 2006 17:48 GMT | 2 |
Under WinCE 5.0 we have mounted our flash file system as the root of the file system. We used this in a previous project and it worked fine, but someone has pointed out to me that there is comment in the PB 5 help that says there may be problems with Activesync:
|
| CE 6: Other BSPs | 11 Aug 2006 17:46 GMT | 2 |
Are there any other BSPs available besides those that come with the installation? eg VIA
|
| How to create partition in flash and access flash in application? | 11 Aug 2006 13:37 GMT | 3 |
There are two questions I met: 1.I want to create two partition in flash. How to do ? The flash is M-System's mDOC (DiskOnChip) G3. 2.I want to access flash directly in application. But I always failed, GOD
|
| Direct access to the UART? | 11 Aug 2006 11:53 GMT | 8 |
I need to read the serial port in near real time to synchronize my CE device with an external unit by receiving bytes as clock pulses. To use that in my windows CE driver I'll need to access the UART directly I believe or what? In case - does anyone knows if it's possible and is ...
|
| wince gpio | 11 Aug 2006 09:20 GMT | 5 |
We simply want to toggle a GPIO pin on a PXA270 platform with WinCE5.0. Can anybody tell us whats wrong with this Code? PHYSICAL_ADDRESS paGpio={BULVERDE_BASE_REG_PA_GPIO}; pReg=(BULVERDE_GPIO *)MmMapIoSpace(paGpio,sizeof(BULVERDE_GPIO),FALSE);
|
| how to select song in ceplayer from cmd line | 11 Aug 2006 08:55 GMT | 1 |
can anybody tell me how to run ceplayer with a selected song from cmdline. I am able to run ceplayer by using 's ceplayer' but does able to select the song. Thanks in advance
|
| Not able to set breakpoints in PB | 11 Aug 2006 08:25 GMT | 5 |
I am working on a wince project. I was able to set breakpoints in my source code . But I am sure what I did, I am not able to set breakpoints from today. Is there any options that disables breakpoints in PB. If so I am not sure I have disabled it accidentally. Wherever I put ...
|
| WinCE420: Localization of Calibrui.rc | 11 Aug 2006 06:50 GMT | 2 |
Using the document "How to create and Build a custom Calibrui from Platform Builder v4.20" created by Steve Maillet, I have successfully done this for an English version (0x0409) of the platform. However with a Simplified Chinese version (0x0804) I get the orginal
|
| help help help please | 11 Aug 2006 05:18 GMT | 2 |
i have a very strange problem with PB. In the "File View" PB shows : Private Platform Public
|
| Dll generated but not included in ce.bib | 11 Aug 2006 02:43 GMT | 9 |
I am a newbie to WINCE, now I am examine the OS build system and have some basic understanding. The final image is generated using "ce.bib". Its module section is deduced from "common.bib" and "platform.bib". Per my understanding,
|
| Do I need to reinstall Platform Builder? | 10 Aug 2006 21:58 GMT | 5 |
I altered the code in C:\WINCE500\PUBLIC\SERVERS\SDK\SAMPLES\HTTP\ASP. It wouldn't compile in the platform directory. It said during "Build and Sysgen" that it was going to overwrite some libraries. Now the original ASP example doesn't work in the emulator. Do I need to reinstall ...
|
| Hooking Winsock | 10 Aug 2006 18:37 GMT | 1 |
Hi, I'm developing a security application that needs to monitor whether ports are being opened and then needs to monitor them on the device for malicious traffic etc. Best way i can think of doing this is to hook the WinSock API.
|
| Interrupt line | 10 Aug 2006 13:26 GMT | 3 |
While loading a network driver on a cepc, the driver loads fine on one system, however on some systems it does not load. The problem lies in interrupt line, where the pci bus scan returns the interrupt level and vector as 124 (0x7c). The driver calls KernelIoControl and tries to get
|