| Thread | Last Post | Replies |
|
| Using C++ stream classes with WinCE | 30 Jun 2008 22:16 GMT | 2 |
Please excuse me if my question sounds a bit naive . I am a WinCE newbie. I am interested in accessing storage devices such as Flash memory and EEPROM on a WinCE device using the C++ stream classes. To try my hand at this I used MS VS 2005 along with Windows Mobile SDK 5.0. I was ...
|
| Ready Boost | 30 Jun 2008 11:20 GMT | 1 |
Does anyone know if there's a porting of ReadyBoost Technology for windows CE? thank you.
 Signature Message posted via PocketPCJunkies.com
|
| How to build ROMIMAGE.exe? | 30 Jun 2008 09:30 GMT | 2 |
I am looking the source code of ROMIMAGE whose code is in WINCE600\PRIVATE\WINCEOS\COREOS\NK\TOOLS\ROMIMAGE. But I can not build out it by myself, has anybody build it successfully? When init the environment, I need use x86, NT or NTANSI?
|
| Number of SYSINTR in Windows CE 6.0 | 30 Jun 2008 08:31 GMT | 6 |
I use more than 16 interrupts for different devices on my Windows CE 6.0. During the last days, I had some strange problems (e.g. that the serial line didn't work anymore!) and other errors. Deactivating devices fixes my problem!
|
| launching Wireless Information dialog programmatically | 28 Jun 2008 04:16 GMT | 1 |
I'm writing an application for the WinCE using .NET compact framework. On the WinCE, if you double click the network icon on the lower right hand task bar, the Wireless Information dialog is launched. I want to launch this dialog programmatically.
|
| MSDN Premium and Embedded CE | 27 Jun 2008 20:36 GMT | 8 |
I am trying to find out if Embedded CE(CE5, CE6) is part of MSDN Premium before deciding to buy the annual subscription. TIA
|
| Debug zone setting | 27 Jun 2008 16:06 GMT | 1 |
I am studying windows CE code and find something. I think that it can be a basic question. I have questions with the code below. #ifdef DEBUG
|
| USB support for CEPC in CE5.0 | 27 Jun 2008 15:59 GMT | 5 |
Most older PCs seem to work with the standard USB host drivers that CE5.0 provides while most newer PCs do not. I have found little documentation regarding USB support for CEPC targets. Documentation regarding writing USB host drivers indicates that OHCI and UHCI drivers should ...
|
| Changing the splash screen | 27 Jun 2008 14:55 GMT | 6 |
I study on arm9 based qq2440,under wince5. I want to change the boot logo,namely splash screen. I have read some article included your suggesion on your blog(http:// blogs.msdn.com/mikehall/archive/2007/07/11/splash-bmx-what-s-a-bmx-
|
| Busenum.dll crashing at OS bootup | 27 Jun 2008 08:35 GMT | 2 |
I am currently porting a MIPS based BSP from Windows CE 4.2 to Windows CE 5.0. During Bootup, while loading the busenum.dll driver. The system gives a first chance exception in CEDDK.dll. While stepping through the code it passes through BusEnum class and the DefaultBusDriver ...
|
| GPRS ndis | 27 Jun 2008 07:30 GMT | 3 |
I am intergarting ril and mux driver in window mobile 5, the modem support DCL. I try connect to internet using GPRS and at the connection manager icon it show connected. However, the page not found. From the debug message, it show Net Up indication:
|
| saving username and password | 26 Jun 2008 20:24 GMT | 1 |
I think this may have been answered before, but I've searched the newsgroups and not found the answer...... I've got a dial up connection (a GPRS connection) which connect to the provider ok.
|
| SetSystemTime accuracy while running timesvc.dll | 26 Jun 2008 16:38 GMT | 1 |
I developed an x86-WinCE-6.0 platform for an ETX-Board with Intel- Chipset. My application wants to synchronize date and time over SNTP and wants to adjust daylight/standard-time automatically.
|
| A WinCE scheduler question | 26 Jun 2008 16:38 GMT | 9 |
I've implemented a driver application, with 3 threads - the IST (priority 150), BufferManager (priority 152) and the main thread (priority 251). Both BufferManager & main wait on the same event, which is set by IST. I expected BufferManager to be invoked first (once the event is ...
|
| Touch driver press and hold for right-clicking | 26 Jun 2008 16:13 GMT | 5 |
I am using a Wolfson 9705 chip that has touch support built into its AC97 codec device. I have the touch working (sort of anyway, seems a bit too slow right now and double taps don't work very well) but one thing I am struggling with is how do I get it to support "press ...
|