| Thread | Last Post | Replies |
|
| Remove drivers from BSP to reduce Windows CE image size. | 21 Feb 2008 16:57 GMT | 5 |
You are mentioning in your blog article "Adding and removing KITL drivers in x86 BSPs" that it is possible to remove drivers from a BSP to reduce size of the final image. But you do not mention how this is performed.
|
| disable auto negotiation | 21 Feb 2008 16:25 GMT | 1 |
Dears, Is it possible to disable auto negotiation for an ethernet controller? i have only the binary file downloaded from intel, is there anyother way to do this?
|
| Problem in assigning IP to a WinCE device using BT PAN | 21 Feb 2008 03:40 GMT | 4 |
hey guys.. NEED HELP i am trying to connect two wince devices using BTPAN, i have these dvices attatched to two pcs individually. and i am using Platform builder for
|
| MyFSD_DeleteAndRenameFileW documentation broken | 20 Feb 2008 20:06 GMT | 2 |
For the few people who write FSDs... The prototype in the documentation is: BOOL MyFSD_DeleteAndRenameFileW( PVOLUME pVolume,
|
| binmod extraction for modules | 20 Feb 2008 19:01 GMT | 3 |
the PB 5.0 tool binmod allows extraction of files from a nk.bin image. It fails to extract modules. How can I retrriev the modules that I can see with viewbin? AFAIK the difference between FILES and MODULES is that modules are stored
|
| How to compile C and C++ files togather? | 20 Feb 2008 15:15 GMT | 2 |
I have .c and .cpp files and want to compile them togather in WINCE platform builder 6.0, I used , USER_C_FLAGS = $(USER_C_FLAGS) /TP in my SOURCES file
|
| Touch Screen Calibration GUI | 20 Feb 2008 14:33 GMT | 2 |
I want to modify the CalibrUI.cpp which is available in the public/oak/drivers folder. Is it possible to copy/move this calibrui.cpp to Subprojects as application? Also, i copied those files to platform folder. Whatever modification i did
|
| SetEvent to signal app termination | 20 Feb 2008 14:17 GMT | 5 |
I have an app that is a server, and other apps that are clients to it. I want to signal the clients when the server is terminating, so the clients can all end gracefully. I am trying to do this with a named event with manual reset (I use manual
|
| How to enable SD card power management ? | 20 Feb 2008 13:41 GMT | 4 |
I try to enable power management for SD card on Windows Mobile 6 (turn off SD power when system suspends, turn it on when receiving user's request). Fortunately, the SD card power management has been supported in
|
| Second Bus Driver on WM600 not able to load the SDMemory.dll for S | 20 Feb 2008 13:40 GMT | 1 |
I have set IMGSDBUS2=1 to use the Second bus driver which has SDHC support as well SDMemory has the SDHC support. Now, while loading the SDMemory.dll it fails. SDBus calls SDLoadDevice() sddevice.cpp
|
| 'c' command line arguments in Win CE 6.0 | 20 Feb 2008 13:27 GMT | 6 |
I'm having trouble getting what should be a trivial piece of pure 'c' code running properly under Win CE 6.0 I have an SDK for my CE6.0 platform installed on a separate machine along with Visual Studio 2005. I create an empty smart device project for my SDK
|
| Display Driver CETK | 20 Feb 2008 13:01 GMT | 3 |
I have developed a display driver and it happens to be the default display driver using GPE classes.I modified the registry settings for this driver as per my hardware. The thing that amages me is that when I uncomment (intentionally to
|
| NMAKE errors.. | 20 Feb 2008 10:41 GMT | 6 |
I am working in wince 5.0. When i am trying to compile a touch screen driver (tchpdd.cpp) under release mode, it is compiling with out any errors. But at the same time when i compile the same thing under the debug mode, it is giving the following error,
|
| Nmake error cause.. | 20 Feb 2008 07:15 GMT | 1 |
i am in the process of compiling my drivers with wince 5.0. In my sources files i clearly mentioned that my TARGETLIBS PATH AND SOURCESLIBS path.. For example, SOURCELIBS= \
|
| unknown pragma prefast in WINCE 6.0 | 20 Feb 2008 06:53 GMT | 1 |
Why do I get an error about "unknown pragma " I am using #pragma prefast(supress : 6262, "function used..") please gude. Thank you.
|