| Thread | Last Post | Replies |
|
| USB not working after Wolfson source code integrated | 12 Jan 2007 11:07 GMT | 8 |
Mainstone II. Pxa270. My board uses wolfson 9714 codec. Since the default wince audio driver is for Philips UCB1400, I took the source from wolson and integrated that. I'm able to hear start up sound but my USB ports have stopped
|
| Bootloader - StartUp - data segments | 12 Jan 2007 09:24 GMT | 1 |
Hallo again I have been making a bootloader for ARMV4I. I need to remove pre-initialized and zero-initialized data from the end of code (which is in ROM) to some place in RAM. I suppose that I have to do it in StartUp function before
|
| Platform manager in WINCE600 | 12 Jan 2007 05:45 GMT | 3 |
I have read that Platform Manager is not any more supported by WINCE600. I actually tried to add Platform Manager to my design and got an error telling that cemgrc.exe can not be found. Is it possible to use the Remote Tools without Platform Manager?
|
| Where can one buy MainStone III board? | 11 Jan 2007 21:44 GMT | 2 |
I've read a lot about the Mainstone III board but cannot find any place to purchase one. Is it available? Thanks,
|
| Accessing hard drive from a driver | 11 Jan 2007 21:36 GMT | 1 |
I have built a driver that loads an FPGA file and sticks it into the appropriate chips. It does not seem to load the file when the system first boots up, yet this driver is loaded after the flash disk driver. If I unload and reload the driver by doing a DeactivateDevice and
|
| SATA support under CE 5.0 | 11 Jan 2007 20:10 GMT | 3 |
Can anyone tell me does CE5.0 support SATA harddrives on an x86 platform? Thankyou, Col
|
| Using static code analysis features on WinCE 6.0 platforms | 11 Jan 2007 18:43 GMT | 1 |
Earlier versions of Windows CE included PREfast - a lovely tool for doing static code analysis which I have long used to catch reference before sets and other code errrors which had slipped by the ordinary build warnings analysis. For a variety of reasons, this tool was dropped ...
|
| Can I upgrade from eval w/o installing? | 11 Jan 2007 17:37 GMT | 12 |
I currently have PB 5.0 eval installed. I am past my 120 eval window and am prompted with a message box on startup indicating this. I have a new non eval version available including a product key.
|
| Problem including <AygShell.h> | 11 Jan 2007 16:40 GMT | 2 |
I have a custom platform which includes "Standard SDK", "Standard Shell" and "AYG Shell API Set" and am developing a small test app in eVC++ using the SDK from the platform. I want to disable the OK button on the app by using SHDoneButton() and so have included <AygShell.h> in
|
| Problem with wince50 - make DLL | 11 Jan 2007 16:21 GMT | 9 |
I've cloned the USB Client Printer driver to the _TARGETPLATROOT\drivers\USBSCL directory. Modified the sources and the library name for my driver binary file. Added WINCEOEM und RELEASETPYE to the source file.
|
| The handle of "NOR Flash"? | 11 Jan 2007 15:50 GMT | 1 |
I want to format the NOR Flash partition programmatically. I found the following format SD card codes by google: WCHAR szBuffer[255]; wcscpy(szBuffer, L"\\StoreMgr\\");
|
| About Filesystem and partition | 11 Jan 2007 14:53 GMT | 5 |
I found when i wrote file into flash patition,if the system power is off,winCE OS offen could not be startup.With the debug message,there was a exception by filesys.exe.Is the patition table corrupted?If so, how can i prevent this? or how the OS can reformat the flash partion
|
| No NDS0: | 11 Jan 2007 14:29 GMT | 2 |
I've juste discovered that I don't have an NDS0: device on my WinCE 5 platform. Apart from that it's running fine, but I seem to need NDS0: in order to dynamically change the IP address of my device. What do I have to do in order to add NDS0: ?
|
| WinCE Update releases for the month of December 2006 | 11 Jan 2007 14:29 GMT | 3 |
Updates for Microsoft® Windows® CE are now available as a monthly rollup, as opposed to the previous weekly release schedule. The Microsoft® Windows® CE update rollup will be released the second Tuesday of every month, the latest release occurring on January 9, 2007.
|
| Video Renderer problem on CE6 | 11 Jan 2007 12:33 GMT | 3 |
This problem has bothered me for a long time, and I have no any idea... Could you kindly help this? thanks! I have some trouble in porting transform filter in CE6: source filter ---> transform filter --> video renderer
|