| Thread | Last Post | Replies |
|
| Zero Config registry key for notify checkbox | 09 Feb 2005 20:33 GMT | 1 |
Based on some of the previous posts, I found out that the nofity checkbox of zero config (the box that says "notify me when new wireless networks are available") is saved to the registry only when another change is made to the configuration. My question is where is the registry ...
|
| QFE rool ups confusion | 09 Feb 2005 19:56 GMT | 2 |
I see MS has posted the 4.2 and 5.0 yearly roll ups. I am a little confused on just how inclusive they are, please streighten me out. I see some times its called product roll up and some times yearly roll up.
|
| DEBUGCHK in NDIS | 09 Feb 2005 15:34 GMT | 3 |
Can anybody with access to the sourcecode tell me what I'm doing wrong when I get this: DEBUGCHK failed in file d:\mckendric\private\winceos\comm\ndis51\sys\timerm.c at line 687 I get this when I call NdisMRegisterInterrupt() from my NIC driver. Thank You in advance,
|
| How to WakeUp Windows CE with RTC | 08 Feb 2005 21:56 GMT | 5 |
Hello I'm developing Windows CE platform based on PXA27x CPU. So far I was able to put the system to sleep (SUSPEND) mode, however I cannot make it to WakeUp at specified time. The only functions I saw in PB help were CeRunAppAtTime and CeRunAppAtEvent. However those functions do
|
| CONFIG.BIB | 08 Feb 2005 21:55 GMT | 2 |
In the file CONFIG.BIB are some areas reserved, ie FRAMEBUF, NSCIRDA, EDBG, AUDIOBUF. How can I check, if these reservations can be removed, or what modules they depend on them?
|
| About method svsutil_Initialize | 08 Feb 2005 20:47 GMT | 6 |
I often encounter the method svsutil_Initialize(),I look for it through the whole wince500 source code,but I failed. I hope someone can tell me where I can find it or what function it does do.
|
| Using ExInterlockedInsertTailList | 08 Feb 2005 17:16 GMT | 2 |
I am new to the group (and CE development). I am trying to port a device driver to CE and have noticed that the CE DDK provides #define's for many of NT/WDM's driver-type functions, such as ExAcquireSpinLock. I found that ExInterlockedInsertTailList is declared in
|
| Can Evaluation version of WinCE 4.2 be registered? | 08 Feb 2005 16:58 GMT | 3 |
We've been using the 120 day evaluation version of WinCE 4.2 Platform Builder, and have bought the product. Do we need to do a complete de-install, re-install, or can we simply register the evaluation edition? I can't find a place to enter the product key in the eval
|
| DiskInterface.cpp | 08 Feb 2005 15:24 GMT | 2 |
Using PB 4.2 (all the latest QFE's) for a MIPS II (AMD Alchemy) platform. I've been having problems calling any API's to perform low level disk access (FormatVolume, ScanVolume etc). Finally traced the problem to DiskInterface.cpp (methods WriteSector &
|
| Win CE:Problem in getting interrupt in Keypad driver | 08 Feb 2005 14:21 GMT | 2 |
We have developed keypad driver completely.we have even sucessfully loaded the driverin Wince .the problem is when we give key interrupt ie press any key we are not able to generate any interrupt.We have configured all the
|
| Newbie question - IDE hard drive? | 08 Feb 2005 13:27 GMT | 5 |
I have an old Pentium computer with a PCI IDE adapter on the motherboard. I've connected a CDROM and Hard disk to it. How can I get Windows CE 5.0 to recognize the hard disk or CDROM? Right now, neither of them show up in Storage Manager. I was able to get a USB
|
| Device Password | 08 Feb 2005 12:35 GMT | 2 |
I have a low-security Windows CE device running 4.20 with some various network services, such as FTP and SNTP. One of the services is the Telnet server that comes as an option with the WinCE Platform builder. The WinCE documentation specifies that i need to set the registry ...
|
| ucb1400 | 08 Feb 2005 10:34 GMT | 1 |
I am working on a PXA255 platform with a UCB1400 using CE 4.2. I am trying to minimize the current usage during suspend, and having trouble with the UCB1400. The UCB1400 register 0x26 (Power status and control) should turn off the
|
| SPI and the Samsung S3C2410x Dev Board | 08 Feb 2005 09:20 GMT | 4 |
Has anyone ever written an SPI driver that they can help me with ? No matter what i do, i cannot write data out of the SPI port on this dev board. My code follows: static BYTE PutByteToSPI(BYTE c)
|
| USB real-time performance | 08 Feb 2005 08:39 GMT | 5 |
I have noticed that each time a USB key is plugged on my Windows CE based platform, our real-time performance are affected. Our thread of priority 1 has its running time multiplied by 4, but for the kernel tracker, nobody interrupts
|