| Thread | Last Post | Replies |
|
| Font Alias? | 31 Aug 2007 21:56 GMT | 2 |
We would prefer that our CE image use Arial rather than Tahoma. So I did some digging and ended up adding the following to my project.reg: <code> [HKEY_LOCAL_MACHINE\SYSTEM\GDI\SysFnt]
|
| setting baud rate | 31 Aug 2007 18:48 GMT | 9 |
I have successfully gotten Ethernet debug up and running , but I have a baud rate issue on my com1 port, When the bios boots my card it defaults the com1 to 115000kb, eboot then sets it to 38400 ( I have found where this is done and have
|
| Boot from flash in mainstone II | 31 Aug 2007 17:51 GMT | 5 |
I would like to add "boot from flash" facility to the WinCE 5.0 bootloader for mainstone II. Currently the eboot is downloading image only to RAM. What are the changes I have to make to download the image to flash and then boot from it?
|
| Windows CE 6.0 - USB CDC Driver | 31 Aug 2007 17:49 GMT | 2 |
I am using windows CE 4.2,5.0 and 6.0. I have a problem with my USB CDC Driver. It is working well with 4.2 and 5.0 but not with 6.0. I went to deep in the USB CDC Driver code and there I saw in run time, several values taken from the USB Host Controller is quite different
|
| IMGNOKITL Causing Touch Driver to Fail | 31 Aug 2007 15:58 GMT | 4 |
I'm just about out of ideas on this one: I'm doing a build with the IMGNOKITL flag set to 1 since we want a stand alone image. Whenever I set this flag, the touch driver doesn't get loaded (looks like DllMain isn't getting called). I've checked the platform.reg and platform.bib ...
|
| Performance differences WCe6 vs. Wce5 ? | 31 Aug 2007 13:04 GMT | 1 |
are there notifications about the general performance differences between Wce6 and Wce5 ?. I am interested specially about the impact of Wce6 on the USB throughput. Thanks in advance for information this about.
|
| support a usb host to Windows CE 5 and 6 on CE Emulator | 31 Aug 2007 12:54 GMT | 1 |
I doing development for Windows CE 5 and 6 USB Driver. I using Platform Builder 5 and 6. And I havn't target board. so I develop using Windows CE Emulator.
|
| Localizing res files | 31 Aug 2007 08:47 GMT | 3 |
We have a platform for which we have cloned some public folder rc files to have a custom UI. Now, as part of localization, we need to get the same cloned resource files have the locale(chinese/japanese) strings. What I see on build
|
| windows CE 6.0 1024x768 | 31 Aug 2007 06:38 GMT | 2 |
Hi !! I have to work with the latest WinCE 6.0 available with VS2005 which includes platform builder. I have to design some GUI with the screen resolution of 7024x768. For that I have to make my custom OS Image
|
| Platform build error | 30 Aug 2007 21:25 GMT | 10 |
I can't seem to be able to make a new platform correctly. I've done it plenty of times before, but one day it all stopped working. I uninstalled Platform Builder, and third-party BSPs, and all CE SDKs. I reinstalled everything again, applied all of the Platform Builder updates ...
|
| Serial port problem,i can write but can't read!! | 30 Aug 2007 17:09 GMT | 8 |
Dears, I write a application use visual studio 2005 c# and run on CE 5.0. I can open COM1 and write some data out,another computer
|
| Waiting for service | 30 Aug 2007 16:49 GMT | 6 |
I've been working for a while trying to get ethernet debug up and running, Found some older supported 3com cards, had to make some minor mods in eboot , and now I am able to connect and dowmload code, I am downloading a debug version and pasted below is the display I get out ...
|
| Derive physical address from the virtual address | 30 Aug 2007 16:08 GMT | 3 |
I am looking for a way or method to get the physical address out derived from a virtual one outside the OAL. I do know the macro OALVAtoPA, but this works only inside the OAL! Are there any other methods to do this?
|
| How to share GPS data to several applications? | 30 Aug 2007 14:42 GMT | 4 |
We have two applications need GPS information. And these two applications use open COM port to read GPS data. How to share GPS data to these two applications? PS: Our OS is WinCE5.0
|
| User defined IOCTL implementation | 30 Aug 2007 14:04 GMT | 4 |
I wish to add a custom IOCTL to my driver. I understand that my application would call DeviceIoControl() with the custom IOCTL code and the driver should have a case in XXX_IoControl() to handle this custom IOCTL, where I can do the stuff I want my driver to do. Correct my ...
|