| Thread | Last Post | Replies |
|
| UuidToString and friends | 02 Jul 2008 21:34 GMT | 5 |
I'm building a DLL for use in CE. UuidToString, and RpcStringFree all compile OK. But they do not link. I get the following error: " error LNK2019: unresolved external symbol RpcStringFreeW referenced in function..."
|
| ISR implementation for a timing critical driver | 02 Jul 2008 19:46 GMT | 2 |
I'm developing a driver that has very critical for the interrupt response time. It is working now on IST and I'm trying to port it to ISR to cut down the interrupt latency. There are some variables need to be share between the driver and ISR (implement it in OAL). I did tried ...
|
| eBox 2300: does not hit in the break point | 02 Jul 2008 14:38 GMT | 1 |
I am new in WinCE and just started playing with eBox-2300. Following the manual ( eBox 2300 Jump Start Guide), - I was able to create and download the OS image - After enabling KITL , I was able to use
|
| Want to increase RAM space for DOTNETCF Application | 02 Jul 2008 13:44 GMT | 1 |
I need to increase the RAM space for my DOTNETCF based application which is running at the startup. can i increase the RAM space without changing physical RAM?
|
| unable to start program '%CSIDL_PROGRAM_FILES%\hello\hello.exe' | 02 Jul 2008 07:37 GMT | 2 |
hello to all in NG, When I try to run the following code, I get the popup dialog"unable to start program '%CSIDL_PROGRAM_FILES%\hello \hello.exe'" Can you guys help to explain what's wrong? (P.S. I have
|
| What kind of Internet connection can be used forLive Search for De | 02 Jul 2008 00:36 GMT | 2 |
There's a new feature "Live Search for Device". I understood what this service is, but I want to know what kind of Internet connection can be used for Live Search for Device. According to the Platform Builder Help,
|
| 4 Grayscale support in GPE based Display Driver | 01 Jul 2008 17:18 GMT | 7 |
I find GPE seems to support 2bpp. I like to confirm if it means it supports 4 grayscale LCD. Additionally, I like to know how to use EngCreatePalette when I implement GPE::SetMode(). I am not too sure how to set the "ULONG* pulColors" array. As
|
| User Mode and Kernel Mode question | 01 Jul 2008 12:25 GMT | 7 |
Are most CE driver kernel mode ? I'm confused about ISR and IST that IST run in user mode, is it part of kernel mode device driver ?
|